

.chromestyle{
	background:url(../images/topNavBg.jpg) repeat-x left top;
	height:29px;
	font-weight:bold;
}

.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%;
	/*THEME CHANGE HERE*/
	margin: 0;
	
}

.chromestyle ul li{
	list-style-type:none;
	display:inline;
	float:left;
	padding:6px 0;
	border-right:#74b204 1px solid;
}

.chromestyle ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 4px 0 5px;
}
.chromestyle ul li a.topActive{
	color:#000000;
	text-decoration:none;
	padding:0 4px 0 5px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

	color:#000000;
	text-decoration:none;
}

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

.dropmenudiv{
	position:absolute;
	top: 0px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #8ac700;
	width: auto;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
	 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #6da001; /*THEME CHANGE HERE*/
	padding: 2px 8px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#2f80b7;
	text-decoration:none;
	border-bottom: 1px solid #34679c; 
	
}
