.chromestyle{
	width: 100%;
	font-size: 13px;
	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: 0;
}

/*.chromestyle ul li img {
	padding: 0px;
	margin-top: -10px;
}
*/
.chromestyle ul li a{
	color: #fff;
	padding: 10px 50px;
	margin: 0;
	text-decoration: none;
	/*background-image: url(http://www.professionalgroundsmanagement.com.previewdns.com/images/layout/navdividebar.jpg);
	background-repeat: no-repeat;*/
	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: #2d821d;
	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: #2d821d;
}
