.chromestyle{
width: 99.9%;
font-weight: bold;
height:52px; 
}

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #222;
	padding: 5px 31px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #b94c03;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
}

.chromestyle ul li a.current{
	border-left: 1px solid #b94c03;
}


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

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #eb6409; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:20px;
z-index:100;
margin-top: 13px;
background-color: white;
width: 110px;
visibility: hidden;
}


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

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

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