.chromestyle{
font-size: 12px;
top: 5px;
left: 0;
width: 560px;
height: 34px;
position: relative;
margin: 0;
padding: 6px 0 0 0;
background: url(../images/bg-nav.gif) repeat-x top left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin: 0;
padding: 0;
}

.chromestyle ul{
margin: 0 0 0 11px;
padding: 4px 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-weight: normal;
display: inline;
margin: 0;
padding: 6px 0;
border-right: 1px solid #dccec0;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
color: #65362d;
padding: 6px 10px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:hover{
color: #000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c7b5a8; /*THEME CHANGE HERE*/
border-top: 0;
font:normal 12px Arial;
line-height:14px;
z-index:100;
background-color: #eee0cd;
width: 160px;
visibility: hidden;
margin: 1px 0 0 0;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
font-family: "Times New Roman", Times, serif;
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 6px 8px 6px 8px;
text-decoration: none;
color: #4b1e00;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #4b1e00;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9c7a6d;
color: #FFF;
font-weight: bold;
text-decoration: none;
}