.surround { background-color : #000000; padding : 1px; /*width: 845px;*/ width : 100%; } .chromestyle{ /*width: 840px;*/ width : 99%; font-family : Verdana, Arial; color : #FFFFFF; font-size : 10px; padding : 1px; border-top: 1px solid #743BBC; border-bottom: 1px solid #743BBC; border-right: 1px solid #743BBC; border-left : 1px solid #743BBC; } .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%; line-height : 1em; background-color : #000000; padding: 4px 0; margin-top : 0px; margin-left : 0px; margin-bottom : 0px; text-align: left; /*set value to "left", "center", or "right"*/ } .chromestyle ul li{ display: inline; padding-left : 3px; padding-right : 3px; } .chromestyle ul li a, .chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:hover, .chromestyle ul li a:active { color: #FFFFFF; padding: 4px 7px; font-weight : 100; margin: 0; font-size : 10px; 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-color : #8E8375;*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border: 1px solid #743BBC; /*THEME CHANGE HERE*/ border-bottom-width: 0; font-size :10px; font-family: Verdana; color : #FFFFFF; line-height:18px; z-index:100; background-color: #41106d; width: 200px; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ } .dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:hover, .dropmenudiv a:active { color : white; font-size : 10px; width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #743BBC; /*THEME CHANGE HERE*/ padding: 2px 0; text-decoration: none; color: white; } * html .dropmenudiv a{ /*IE only hack*/ width: 100%; } #dropmenu1 a:hover{ /*THEME CHANGE HERE*/ background-color: #8745DB; } #dropmenu2 a:hover{ background-color: #8745DB; } #dropmenu3 a:hover{ background-color: #8745DB; } #dropmenu4 a:hover{ background-color: #8745DB; } /* ensures firefox shows the full mousover colour */ .stretch { padding-top : 4px; padding-bottom : 4px; }