.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{

width: 100%;

padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 4px;
margin: 0;
text-decoration: none;
font-weight: normal;


}






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

.dropmenudiv{
position: absolute;
margin-top: -2px;
_margin-top: -5px;
border: 1px solid #a47c6b; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 12px Trebuchet MS;
font-weight: normal;
text-transform: none;
line-height:23px;
_line-height:25px;
background-color: white;
width: 209px;
padding-bottom: 19px;
padding-top: 15px;
visibility: hidden;
z-index: 100;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding: 2px 19px 0 19px;
text-decoration: none;

color: #c92648;
}

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

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