.chromestyle{
	width: 583px;
	font-weight: normal;
	font-family: Helvetica;
	font-size: 11px;
}

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

.chromestyle ul{
width: 583px;
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: #7f682d;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #7f682d;
	
}



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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 11px Helvetica;
text-decoration: none;
color: #000000;
line-height:18px;
z-index:100;
background-color: #62542b;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
color: #000000;
text-decoration: none;
font:normal 11px Helvetica;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #967e4a;
	text-decoration: none;
	color: #000000;
}
