.chromestyle  { color: black; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; width: 99% }

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

.chromestyle ul     { color: #000; margin: 0; padding: 4px 0; width: 100% }

.chromestyle ul li{
display: inline;
}

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

.chromestyle ul li a:hover, .chromestyle ul li a.selected     { color: #996 }

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

.dropmenudiv  { font: 12px/18px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; visibility: hidden; position: absolute; z-index: 100; top: 0; width: 200px; border-style: solid; border-width: 1px 1px 0; border-color: #bbb }


.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: black;
}

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

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