.chromestyle{
width: 99%;
font-weight: bold;
z-index:1000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background:none; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:none; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
/*THEME CHANGE HERE*/
font:12px Arial, Helvetica, sans-serif;
line-height:20px;
z-index:8000;
background:#4F3B26;
width: 168px;
visibility: hidden;
position:absolute;
top: 0px;
left:0;
border:1px solid #877050;
border-width:1px 1px 0px 1px;
text-indent:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-align:left;
border-bottom: 1px solid #877050; /*THEME CHANGE HERE*/
border-top: 1px solid #352616;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #EBDCBC;
background:none;
text-shadow:0px 1px 0px #352310;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#4F3B26;
text-decoration:none;
display:block;
background:#C0A77C;
text-shadow:0px 1px 0px #E4CFAC;
border-top: 1px solid #64492C;
}
