.chromestyle{
width: 99%;
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(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #867561;
padding: 4px 15px 7px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:22px;
z-index:100;
width: 176px;
visibility: hidden;
margin-top:-3px;
background-color:#04274f;
text-indent:15px;
}



.dropmenudiv a{
width: auto;
display: block;
border-bottom: 0px solid #d1c1b0; /*THEME CHANGE HERE*/
padding: 3px 0px 6px 0px;
text-decoration: none;
font-weight: normal;
color:#fff;
}

#popupmenu {
float:left;
width:auto;
padding-bottom:7px;
padding-top:6px;
}



.dropmenudiv a .last{
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;width: 192px;
background-color:#083260;
}



