Will things ever be the same again?
[freeside.git] / httemplate / elements / xmenu.css
index 5bb8a0d..60881b8 100644 (file)
        border:                 1px solid white;
 }      
 
-.webfx-menu a:visited,
-.webfx-menu a:visited:hover {
+.webfx-menu a:visited {
        color:                  black;
+       border:                 1px solid white;
+}
+
+.webfx-menu a:hover {
+       color:                  black;
+       border:                 1px solid #7e0079;
 }
 
 .webfx-menu a:hover {
        /* border:                      1px solid #7E0079; */
        /* border:                      1px solid #000000; */
        /* border: none */
+       color:                          white;
 
        padding:                2px;
        
        font-family:    Verdana, Helvetica, Sans-Serif;
-       font-size:              11px;
+       /* font-size:           11px; */
        
        /* IE5.0 has the wierdest box model for inline elements */
        padding:                expression(constExpression(ie50 ? "0px" : "2px"));
        height:         expression(constExpression(ie50 ? "17px" : "auto"));
 }
 
+.webfx-menu-bar a:link {
+       color: white;
+}
+
 .webfx-menu-bar a:hover {
        /* color:                       black; */
        color:                  white;