<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chromestyle{ width: 720px; font: normal 14px verdana; color: #000000; }  

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/ content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; }  

.chromestyle ul{ border: 0px solid blue; width: 100%; background: #transparent center center repeat-x; /*THEME CHANGE HERE*/ padding: 4px 0; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/ }  
.chromestyle ul li{ display: inline; }  
.chromestyle ul li a{ color: #000000; font: normal 14px verdana; padding: 4px 6px; margin: 0; text-decoration: none; border-right: 0px solid #ffffff; }  
.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ background: #ffffff center center repeat-x; /*THEME CHANGE HERE*/ }  /* ######### Style for Drop Down Menu ######### */  
.dropmenudiv{ position:absolute; top: 5px; border: 0px solid #ffffff ; /*THEME CHANGE HERE*/ border-bottom-width: 0px; font: normal 12px Verdana; line-height:10px; z-index:100; background-color: #FFCC00 ; width: 150px; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ }   
.dropmenudiv a{ width: auto; display: block;text-indent: 1px; border-bottom: 2px solid transparent; /*THEME CHANGE HERE*/ padding: 5px 0; text-decoration: none; font-weight: normal; color: #000099; }  * html 
.dropmenudiv a{ /*IE only hack*/ width: 100%; }  
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: #ffffff; }</pre></body></html>