.chromestyle{
width:772px;
font:normal 12px Verdana;
font-weight: bold;
height:32px;
}

.chromestyle ul{
width: 772px;
padding: 0px;
margin: 0px;
height: 32px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #4D320F;
width: 128px;
display:block;
float:left;
text-decoration: none;
line-height: 32px;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.chromestyle ul li a#last{
border-right: 0px;
}

.chromestyle ul li a:hover {
color:#900; 
}

#Nav .chromestyle ul li a.active{
color:#FFF; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #F6E6D1; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: #FEFDFB;
width: 170px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F6E6D1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F6E6D1;
}