.chromestyle{
width:950px;
font-weight: bold;
}

.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 #BBB;
width: 100%;
background: url(chromebgx.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0;
margin: 0;

text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
display: inline;

}

.chromestyle ul li a
{
color: #003300;
padding: 7px 22px;
background-color:#CBDB59;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
margin: 0 1px 0 0;
border-bottom: 1px solid white;
-moz-border-radius-topright: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#CBDB59;
color:#003300; /*Menu hover bgcolor*/
text-decoration:underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #CBDB59; /*THEME CHANGE HERE*/
font:normal 12px Geneva, Arial, Helvetica, sans-serif;
line-height:18px;
border-radius:0 0 5px 5px;
z-index:100;
background-color: #F3F7DB;
width:190px;
padding:6px;
visibility: hidden;
text-align:left;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #E0EA9F; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
color:#003300;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;
}