.chromestyle{
	width: 100%;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	margin: auto;
}
/*.chromestyle:after{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/
.chromestyle ul{
	width: 780px;
	padding: 6px 0 0 0;
	margin: 0 auto;
	text-align: center; /*set value to left, center, or right*/
}
.chromestyle ul li{
	display: inline;
	float: left;
	background-image: url(../../images/navoff.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 17px 0 9px 0;
}
.chromestyle ul li a{
	color: #fff;
	padding: 12px 28px 9px 28px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #028dc3;
}
.chromestyle ul li a:hover, .chromestyle ul li a.active{ /*script dynamically adds a class of active to the current active menu item*/
	background-color: #024b67;
	width: 100%;
	margin:0;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #333;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	font-size: 12px;
	text-indent: 15px;
	border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
	padding: 4px 15px 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #024b67;
}