.chromestyle{	
	font-weight: bold;	
	 padding:0; margin:15px 0 15px 0; float:left; width:800px; height:67px;
}

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

.chromestyle ul li{
display: inline;
float:left; margin:0; padding:0; border:0; border-left:1px solid #3c392b; border-right:1px solid #7a7457;

}

.chromestyle ul li a{
	float:left; padding:24px 25px; color:#fff; font:normal 14px; text-decoration:none;text-transform:uppercase; 
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(images/hover_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	
	
}
.chromestyle ul li a.active { color:#dfd292; background:url(images/hover_bg.gif) left repeat-x; text-transform:uppercase;}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #7a7457; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:"Times New Roman", Times, serif; text-transform:uppercase;
line-height:18px;
z-index:100;
background-color: #4e4a38;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 10px 2px;
text-decoration: none;
font-weight: bold;
color: #dfd292;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #F0F0F0;
}
