.chromestyle{
	width:990px;
	margin:4px auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:100%;
background-color:#424550; /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0;
margin:0;
}

.chromestyle ul li a{
color:white;
padding:4px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #777;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:30px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:red;
}

.chromestyle ul li .last { 
	border-right:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:3px;
position:absolute;
top:0;
border-top: 1px solid #C5695F; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color:#BC5447;
min-width:140px;
max-width:300px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 20px;
border-bottom: 1px solid #C5695F; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-right:20px;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9D4339;
}