.chromestyle{
width: 100%;
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 #fff;
width: 100%;
background: url('chromebg.gif') repeat-x center; /*THEME CHANGE HERE*/
margin: 0;
text-align: left; 
padding-left:0; 
padding-right:0; 
padding-top:6px; 
padding-bottom:3px
}

.chromestyle ul li{
display: inline;
line-height:10px
}

.chromestyle ul li a{
color: #FFC21E;
padding-left:3px; 
padding-right:3px; 
padding-top:10px; 
padding-bottom:7px;
margin: 0;
text-decoration: none;
border-right: 0px dotted #FFC21E;
font-size:9px;
}

.chromestyle ul li a:hover{
background: url('chromebg-over.gif') repeat-x center; /*THEME CHANGE HERE*/
color: #FFFFFF; 
}

.font-family ul li a[rel]:after{ 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #FFC21E; 
border-right:1px solid #FFC21E; 
border-top:1px solid #FFC21E; 
border-bottom:0px solid #FFC21E; 
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:10px;
z-index:100;
background-color: #21497C /* #6D4F4D */;
width: 230px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:9px; 
font-family:Verdana;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFC21E; /*THEME CHANGE HERE*/
padding: 3px 0px;
text-decoration: none;
font-weight: bold;
color: #FFC21E;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6E87AF /* #DE8A58 */;
color: #FFFFFF;
}