.chromestyle  {
	float: left; 
	width:1000px;
	margin-top:18px;

}


.chromestyle ul {
	margin:0px;
	list-style:none;
	

}

.chromestyle li a {
	font-size:18px;
	color:#2895cb;

}

.chromestyle li  {
	margin:0px;
	float:left;
	padding-right:30px;
	
	
}

.chromestyle li a:hover {

	color:#688921;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c0d596; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px;
line-height:22px;
z-index:100;
background-color:#cee999;
width: 250px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c0d596; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #5b7724;
}

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