.chromestyle{
position:relative;
top:0px;
width: 100%;
font-weight: normal;
text-transform:uppercase;
font-family:georgia, "Times New Roman", Times, serif;
}


.chromestyle ul{

width: 100%;
 /*THEME CHANGE HERE*/

margin:3px 0px;
padding:5px 0px;
text-align: left;
font-family:georgia, "Times New Roman", Times, serif; font-size:12px; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #44231a;
margin:3px 0px;
padding:8px 0px;
font-weight:500;
text-decoration: none;font-size:12px;
}

.chromestyle ul li a:hover{
background: url(../images/downbtn.gif) center center no-repeat; /*THEME CHANGE HERE*/
color:#eee8c5;
font-weight:500;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:5px;
border: 1px solid #3e2216; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px georgia,times;
line-height:18px;
z-index:100;
background-color: #562e18;
color: #eee8c5;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3spx;
border-bottom: 1px solid #3e2216; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration:none;
font-weight: normal;
color: #eee8c5;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #eee8c5;
color: #562e18;
font-size:12px;
}