.chromestyle{
	width: auto;
	font-weight: normal;
}

.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 solid;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	border-color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #588BE0;
	padding: 0px 4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid; /*THEME CHANGE HERE*/
	border-color: #F1E7D3;
	border-bottom-width: 0px;
	line-height:12pt;
	z-index:100;
	background-color: #E7D5B4;
	width: 220px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 8px;
	border-bottom: 1px solid; /*THEME CHANGE HERE*/
	border-color: #F1E7D3;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #588be0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #dec698;
}

