.chromestyle{ width: 99%; font-family: Calibri, Verdana ; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff747274, endColorstr=#ff343234); background: -webkit-gradient(linear, left top, left bottom, from(#747274), to(#343234)); background: -moz-linear-gradient(top, #747274, #343234); color:White; white-space:nowrap; padding-left:10px; z-index:100; } .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 0; clear: both; visibility: hidden; } .chromestyle ul{ width: 100%; padding: 4px 0; margin: 0; text-align: left; } .chromestyle ul li{ display: inline; } .chromestyle ul li a{ color:White; padding: 4px 7px; text-decoration: none; } .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ background:#E9EcEE; color:black; border-bottom:none; } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border: 1px solid #BBB; /*THEME CHANGE HERE*/ border-bottom-width: 1; line-height:18px; background-color: white; width: 200px; visibility: hidden; z-index:100; } .dropmenudiv a{ width: auto; display: block; text-indent: 3px; padding: 2px 0; text-decoration: none; color:White; } * html .dropmenudiv a{ /*IE only hack*/ width: 100%; } .dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-image:url(/Images/Menu/btn_ptrn.png); } a.menu_link { color:#444444; font-size:12px; font-family: Calibri, Verdana ; } .SectionSubtitle { font-weight:bold; font-size: 12px ; text-align:center; padding-top:10px; border-top:1px solid #ADBACE; letter-spacing:1px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffE9EcEE, endColorstr=#ffD0D7E2); background: -webkit-gradient(linear, left top, left bottom, from(#E9EcEE), to(#D0D7E2)); background: -moz-linear-gradient(top, #E9EcEE, #D0D7E2); height:24px; color:#444444; }