
.chromestyle{
	float:left;
	width:970px;
	margin:0;
	padding:0;
	
	/*margin-top:14px;*/
}

.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: 4px 0;*/
margin: 0;
padding:0;
text-align: left; /*set value to "left", "center", or "right"*/
list-style:none;

}

.chromestyle ul li{
display: inline;
display: block;
}

.chromestyle ul li a{
	-x-system-font:none;
	border-left-width:0;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-family:"Trebuchet MS"; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; 
	color:#FFFFFF;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	/*font-weight:bold;*/
	line-height:normal;
/*	padding:2px 9px 0 14px;*/
	text-decoration:none;
	width:100%;
	padding-top:4px;
	text-align: left;
	padding-left:5px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*text-decoration: underline;
	color: #ccc;*/
	border-bottom:solid 2px #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width:0px;
font: bold 15px Georgia, "Times New Roman", Times, serif;;
line-height:18px;
z-index:100;
/*background-color: #EAEAEA;*/
background-color: #294B6E;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom:solid 2px #FFFFFF;
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/
font-size:11px;
color: #ffffff;
}

.dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #16314E;
color: #F1D299;
}
.selectedStyle{
background-color: #0F91FF;
color: #FFFFFF;
}
