.chromestyle{
width: 100%;
font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
}

.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%;
	background: #DEE1C2 repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	border: 0px none;
	height: 50px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a img{
	color: #494949;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	border: none;
}

.chromestyle ul li a:hover{
	background: 100%; /*THEME CHANGE HERE*/
}




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

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 0px none #BBB;
	border-right: 0px none #BBB;
	border-bottom: 0px none #BBB;
	border-left: 0px none #BBB;
	background-color: #E0EBC4;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS";
font-weight: normal;
font-size: 12px;
	color: #494949;
	background-color: #CBCDB0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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

