.chromestyle{
	background: url(../../images/nav-bg.jpg) no-repeat;
	width: 972px;
	float: left;
	height: 35px;
	outline: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	padding: 0px;padding-left: 9px;
	width:920px;
	margin-left: 30px;
}

.chromestyle ul li{
	display: inline;
	font: 16px Arial;	
}

.chromestyle ul li a{
	color: #321715;
	text-decoration: none;
	padding: 9px 12px 9px 12px;
	line-height: 35px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #f9dd34;
}

.chromestyle ul li a.active {
	background: #c2932b;
	color: #FFF;
}	


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
visibility: hidden;
border: 1px solid #c2932b; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
	background: #f9dd34;
	font: 14px Arial;	
	width: 250px;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c2932b; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: black;
	background: #f9dd34;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #c2932b;
	color: #FFF;
}