.chromestyle{
	background-image: url(../newimages2009/navigation.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 58px;
	width: 704px;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Tahoma;
	font-size: 11px;
	
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
	
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;padding-left: 10px;
	text-decoration: none;
}

.chromestyle ul li a{
	color: #494949;padding-left: 10px;
		margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
width:100%;
color: #494949;padding-left: 10px;
		margin: 0;
	height: 12px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #046f04; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	width: 200px;
	visibility: hidden;


	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #e4eb7a;
	text-decoration: none;
	background-color:#368c36;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #046f04; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #9bc69b;
	font-family: Tahoma;
	font-size: 12px;
	color: #353e35;
	text-decoration: none;width: 100%;
}
