.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A87F23; /*THEME CHANGE HERE*/
font:normal 11px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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