.chromestyle{
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
	width: 800px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 800px;
background: #600001 right repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FCCF8E;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
	font: normal 10px Verdana;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: center center repeat-x; /*THEME CHANGE HERE*/
	font: normal 10px Verdana;
	color: #FCCF8E
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: fixed;
	border: 1px solid #58272A; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	border-right-width: 0px;
	font:normal 10px Verdana;
	line-height:15px;
	z-index:100;
	background-color: #E9E9E9;
	width: 120px;
	visibility: hidden;
	margin-top: 4px;
}


.dropmenudiv a{
width: 130px;
display: block;
text-indent: 3px;
border: 1px solid #58272A; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FCCF8E;
}
