.chromestyle{
width: 100%;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	margin:0 0 0 14px;
}

.chromestyle div {
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
	z-index:2;
	
	
}

.chromestyle ul li{

float: left;
	background: url(../images/bg-top-nav-separate.gif) no-repeat left;
	padding: 0 0 0 2px;
	
	
}

.chromestyle ul {
	
	position: relative; 
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 13px/46px "Trebuchet MS", Helvetica, Arial, sans-serif;
	
}
.chromestyle ul a{
	float: left;
	color: #404040;
	padding: 0 15px;
	text-decoration: none;
	
	

}

.chromestyle ul li:first-child { background: none; }

.chromestyle ul a:hover, .chromestyle ul li.active { /*script dynamically adds a class of "selected" to the current active menu item*/

background: url(../images/bg-top-nav-hover.gif) repeat-x;
	text-decoration: none; /*THEME CHANGE HERE*/

}





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



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid #012758; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font-family:Georgia, "Times New Roman", Times, serif;

font-size:11px;

line-height:18px;

z-index:1000;

background-color: #527baf;

width: 175px;

visibility: hidden;




}





.dropmenudiv a{

width: 400px;

display: block;

text-indent: 3px;

border-bottom: 1px solid #012758; /*THEME CHANGE HERE*/

text-decoration: none;

font-weight: bold;

color: white;


}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #e9b754;

color:#ffffff;

}
