.chromestyle{
	width: 798px;
	font-weight: bold;
	border: 1px solid #00457c;
	clear: both;
}

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	padding: 5px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #00457c;
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:500;
	background-color: white;
	visibility: hidden;
	border-bottom: 1px none #00457c;
	width: auto;
	_width: 200px;
	border-top: 1px solid #00457c;
	border-right: 1px solid #00457c;
	border-left: 1px solid #00457c;
}


.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #00457c; /*THEME CHANGE HERE*/
	padding: 4px 6px 4px 3px;
	text-decoration: none;
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	color: #00457c;
}

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

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