.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size: 10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0px;
	text-align: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #343434;
	margin: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chromestyle ul li a:hover{
	background-color: #FFFFFF;
	color: #007356;
	z-index:200;
	text-decoration: none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: " v";*/
/*	content: " " url(downimage.gif); uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:15px;
	z-index:100;
	background-color: #EEEEEE;
	width: 156px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: uppercase;
	visibility: hidden;
	margin-left: -10px;
	margin-top: -3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-right-color: #EEEEEE;
}


.dropmenudiv a{
	width: 156px;
	display: block;
	text-indent: 12px;
	border-bottom: 1px dotted #DADADA;
	text-decoration: none;
	color: #000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover, .dropmenudiv a:active{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
