.chromestyle{
width: 100%;
font-weight: bold;
min-height: 25px;
height: 30px;
overflow: hidden;
}

.chromestyle:after{ 
content: "."; 
display: block; 
min-height: 25px;
height: 30px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: auto;
padding: 8px 0px;
margin: 0;
vertical-align: middle;
text-align: center;
background-color: #A1B9CC;
font-family:Arial;
font-size:12px;
min-height: 25px;
height: 30px;
}

.chromestyle ul li{
display: inline;
min-height: 25px;
height: 30px;
}

.chromestyle ul li a{
font-family:Arial;
font-size:12px;
color: #574319;
padding: 8px 5px;
margin: 0;
text-decoration: none;
min-height: 25px;
height: 30px;
}

.chromestyle ul li a:hover{
background-color: #574319;
color: #FFFFFF;
min-height: 25px;
height: 30px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
min-height: 25px;
height: 30px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #574319;
min-width: 125px;
width: auto;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 1px;
padding: 0px 5px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #574319;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
background-color: #574319;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: auto;
background-color: #A1B9CC;
color: #574319;
}