.chromestyle{
	width: 100%;
	color: #0d2d4c;
	font-weight: bold;
	margin-top:4px;
}

.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 #003466;
	color: #0d2d4c;
	font-weight: bold;
	width: 100%;
	line-height:0px;
	padding: 0px 0;
	margin: 0;
	text-align: left; 
	
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	color: #0d2d4c;
	font-weight: bold;
	padding: 4px 4px;
	margin: 0;
	text-decoration: none;
	font-size:.90em;
	/*border-right: 1px solid #DADADA;*/
}

.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*/
background-color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	text-align:left;
	color: #0d2d4c;
	font-weight: bold;
	line-height:20px;
	z-index:1000;
	background-color: #9faeba;
	width: 300px;
	visibility: hidden;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #0d2d4c;
	font-weight: bold;
	font-size:.90em;
	
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
}