.chromestyle{
	width:920px;
	height:35px;
	font-weight: bold;
	font-size:11px;
	margin:0px;
}

.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: 0 0;
	margin: 0;
	height:35px;
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	float:left;
}
.chromestyle ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#F4F4F4;
	line-height:35px;
	text-transform:uppercase;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/* height:35x;*/
	line-height:35px;
	color:#27A6C1;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 1px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #094D60;
	width: 145px;
	visibility: hidden;
	margin:0 0 0 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FAFAFA;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#000000;
}