.chromestyle{
width: 99%;
margin: 4px 0px 0px 0px;
}

.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%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
background: url(images/menu_divider.jpg) right center no-repeat;
}

.chromestyle ul li a{
    padding: 0px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
	font-style: normal;
	text-transform: uppercase;
margin: 0;
text-decoration: none;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
	left:0;
	margin: 5px 0px 0px 0px;
	background: #000000;
	border: #575757 solid 1px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	text-transform: uppercase;
	font-style: normal;
width: 240px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
	border-bottom: #575757 solid 1px;
	padding: 5px 0px 5px 10px;
text-decoration: none;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(images/menu_hover.html) left top no-repeat;
	color: #96720e;
}

.down {
	margin: 8px 0px -10px 0px;
}