.chromestyle{ width: 99%; font-weight: bold; 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{ background-repeat: repeat-x; background-attachment: scroll; background-position: center; border: 0 #bbb; width: 100%; 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: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #dadada;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #bd1915; background-color: #242365; background-repeat: repeat-x; background-attachment: scroll; background-position: center; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ position:absolute; top: 0; font:12px/18px Verdana; z-index:100; background-color: #242365; width: 300px; visibility: hidden; border: 0 #bbb; 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: 0 none #bbb; /*THEME CHANGE HERE*/
padding: 2px 0 2px 5px; text-decoration: none; font-weight: bold; color: #fff; text-align: left; margin-left: 10px; }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ color: #bd1915; /*THEME CHANGE HERE*/

}