.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Trebuchet, helvetica, arial, sans-serif;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #2E2E2E;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

.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(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	/* THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;			
	font-family: Trebuchet, helvetica, arial, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-color: #0F3F9F;
	border-right-color: #0F3F9F;
	border-bottom-color: #0F3F9F;
	border-left-color: #0F3F9F;
	color: #333333;
	border-bottom-width: 2px;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333333;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	border-style: solid;
	border-color: #7d0000;

}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(drop.jpg);
}
