.chromestyle{
	width: 100%;
	font-size: 13px;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	margin: auto;
}
/*.chromestyle:after{ 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/
.chromestyle ul{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to left, center, or right*/
}
.chromestyle ul li{
	display: inline;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0px;
}
.chromestyle ul li a{
	color: #fff;
	padding: 12px 35px;
	margin: 0;
	text-decoration: none;
	background-position: right;
}

.chromestyle ul li a:hover, .chromestyle ul li a.active { /*script dynamically adds a class of selected to the current active menu item*/
	background-color: #36537f;
	color: #FFF;
	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: #252525;
	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: #36537f;
}