.chromestyle{
	clear:both;
	margin:0px;
	padding:0;
	color: #fff;
}

.chromestyle ul{
	padding: 0px;
	margin: 0px;
	text-align: left;
	width:750px;
	height:20px;
	list-style-type: none;
}


.chromestyle ul li, .chromestyle ul li a{
	white-space:nowrap;
	float:left;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	background-color:#364b6e;
	color: #fff;
	width:118px;
	border-right:3px solid #fff;
	line-height:20px;
	height:20px;
}
.chromestyle ul li a:hover{
	white-space:nowrap;
	float:left;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	background-color:#6a8042;
	color: #fff;
	width:118px;
	border-right:3px solid #fff;
	line-height:20px;
	height:20px;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

}


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

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
background-color:#384a72;
width: 175px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF;
padding: 2px 0;
text-decoration: none;
font-size: 11px;
text-indent: 10px;
font-weight:bold;
color: #fff;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF;
padding: 2px 0;
text-decoration: none;
font-size: 11px;
text-indent: 10px;
font-weight:bold;
background-color:#6a8042;
color:#fff;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}



