.chromestyle{ font-size: 9pt; font-family: sans-serif; width: 780px; font-weight: normal; background-color: transparent; text-transform: uppercase; text-align: center; }

.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: 3px 0; margin: 0; text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{ color: #333; font-family: sans-serif; padding: 3px 7px; margin: 0; text-decoration: none; border-right: 1px solid #dadada; }
.chromestyle ul li a:hover{ background-image: url(chromebg4-over.gif); background-repeat: repeat-x;background-attachment: scroll;background-position: 0 0;
 /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ position:absolute; top: 0; font:8pt/18px sans-serif; z-index:100; background-color: gray; width: 200px; visibility: hidden; border-color: #bbb; border-style: solid; border-width: 1px 1px 0; 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: 3px; border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; font-weight: bold; color: white; font-family: sans-serif; }
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: black; background-color: #f0f0f0; }
