.chromestyle{
width: auto; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: auto;
 /*THEME CHANGE HERE*/
padding-bottom:2px; padding-left:18px; padding-right:18px; padding-top:2px;
margin: 0; line-height:19px;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #ffffff;
padding-bottom:2px; padding-left:18px; padding-right:18px; padding-top:2px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#600f0f; color:#FFFFFF; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #600f0f; color:#FFFFFF;
	width: auto; 
	visibility: hidden;
}


.dropmenudiv a{
width: auto; color:#FFFFFF;
display: block;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #932020; color:#FFFFFF;
}

