.chromestyle{
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin:0px;
	padding:0px;
	list-style:none;
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	margin:0 2px 0 0;
	padding:0 0 0 0;
	float:left;
	line-height:24px;
	text-align:center;
}
.chromestyle ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#E2EEFA;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#CCCCCC;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 1px solid #FFFFFF;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #316692;
width: auto;
visibility: hidden;
margin:0 0 0 0;

}


.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: #FFFFFF;
padding-right:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D7D7DA;
color:#000000;
}