.chromestyle{
	width: 798px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(../images/navback.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 41px;
}

.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%;
	padding: 10px 0 0px;
	margin: 0;
	text-align: center;
	height: 35px;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 7px;
margin: 0;
text-decoration: none; /*THEME CHANGE HERE*/
}

.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; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
	z-index:100;
	background-color: #DEE6C9;
	visibility: hidden;
	filter: progid;
	border: 1px solid #403F00;
	width: 150px;
:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-top: 1px solid #403F00;
	border-bottom: 1px solid #403F00;
}

.dropmenudiv a:hover{
	background-color: #FFFFFF;
}
