.chromestyle{ width: 900px; font-weight: normal; /* height:30px; */ } .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .chromestyle ul{ /*border: 1px solid #BBB; padding: 0px; */ width: 100%; background: black; padding: 0; margin:0; text-align: left; /*set value to "left", "center", or "right"*/ /* height:30px; */ border-top: 1px solid white; border-bottom: 1px solid white; } .chromestyle ul li{ display: inline; } .chromestyle ul li a{ color: white; padding: 4px 35px; margin: 0; text-decoration: none; border-right: 1px solid white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; height:34px; text-align:center; voice-family: "\"}\""; /* hack - ie5 and ie 5.5 can not see the folloing */ voice-family: inherit; line-height:30px; /*end hack*/ } .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ background: url(images/bg_yellowNavOver_15.gif) center center repeat-x; /*THEME CHANGE HERE*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border: 1px solid #666666; /*THEME CHANGE HERE*/ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; line-height:22px; z-index:100; background-color: #9BAEF5; width: 235px; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ /*margin-top:0px; hack - only ie5, ie 5.5 can see this margin voice-family: "\"}\""; voice-family: inherit; */ margin-top:0px; /*most of other browsers can see this margin*/ } .dropmenudiv a{ width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #ffcb43; /*THEME CHANGE HERE*/ padding: 2px 0; text-decoration: none; font-weight: normal; color: #111111; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; } * html .dropmenudiv a{ /*IE only hack*/ width: 100%; } .dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: #e1e6fe; }