Index: branches/testa/css/menu.css
===================================================================
--- branches/testa/css/menu.css	(revision 23)
+++ branches/testa/css/menu.css	(revision 25)
@@ -15,8 +15,10 @@
     height: 40px;
     text-align: center;
-    color: #fff;
+/*    color: #fff;*/
+    color: HighlightText;
     font-size: 14px;
     line-height: 2.8;
-    background: #9fb7d4;
+/*    background: #9fb7d4;*/
+    background: #9f9f90;
     text-decoration: none;
     border-right: 1px solid #eee;
@@ -26,5 +28,8 @@
 
 .nav > li:hover > a {/*layer-1*/
-  color: orange;
+/*  color: orange;
+  background: #afc6e2;*/
+  color: MenuText
+/*  background: Menu*/
   background: #afc6e2;
 }
@@ -42,5 +47,5 @@
     z-index: var(--menu-z-index);
 
-  hight: 30px;
+/*  hight: 30px; */
 }
 
