.chromestyle{
width: 99%;
font-weight: bold;
font: 11px Arial;
text-transform:uppercase;
}

.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: #975A28; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px;
margin: -2px;
}

.chromestyle ul li a{
padding: 8px 7px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #66452B;
color: #ffffff;
}


.chromestyle ul li a:hover{
background: #66452B; /*THEME CHANGE HERE*/
color: #ffffff;
text-decoration: none;
}

.chromestyle ul li a:visited{
color: #ffffff;
text-decoration: none;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #66452B; /*THEME CHANGE HERE*/
border-bottom: 1px solid white;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #F0E6DF;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid white; /*THEME CHANGE HERE*/
padding: 6px 6px;
text-decoration: none;
font-weight: normal;
font: 11px Arial;
color: black;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CFCFCF;
text-decoration: none;

}