
.chromestyle{
width: 100%;
background-color: #AB371E;
height: 32px;
white-space: nowrap;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 0px;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A1867D; /*THEME CHANGE HERE*/
font:normal 14px Tahoma;
line-height:18px;
z-index:100;
background-color: #DED5C8;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}