.chromestyle{
width:595px; height:40px; position:relative; font-size:14px; z-index:100;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

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

.chromestyle ul li{
float:left; position:relative;
}

.chromestyle ul li a{
display:block; text-decoration:none; width:193px; height:23px; text-align:center; color: #b22004; border-top:1px solid #b57d4e; border-bottom:1px solid #b57d4e; background:#d5ad73; line-height:25px; font-size:12px; overflow:hidden; margin-right:5px;
}

.chromestyle a:hover {color:#fff; text-decoration:none;}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background:#f1dda9;
width: 193px;
visibility: hidden;
}


.dropmenudiv a{
display: block;
width: 193px;
text-indent: 15px;
border-bottom: 1px solid #bd8650; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffeebd;
background-image:url(../sitegraphics/arrowbullet.png); background-position:left; background-repeat:no-repeat;
}