.chromestyle { font-weight: bold; width: 100% }

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

.chromestyle ul { background: url("../images/indentbg.gif") repeat-x center; text-align: left; margin: 0; padding: 4px 0; width: 100%; border: solid 1px #bbb }

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a { color: white; text-decoration: none; margin: 0; padding: 4px 7px; border-right: 1px solid #aded7c }

.chromestyle ul li a:hover  { color: white; background: url("../images/indentbg2.gif") repeat-x center }

.chromestyle ul li a[rel]:after  { color: white; content: " "  }


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

.dropmenudiv { font: 12px/18px Verdana; background-color: white; visibility: hidden; position: absolute; z-index: 100; top: 0; width: 200px; border-style: solid; border-width: 1px 1px 0; border-color: #08550e; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4) }


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC;
}