.chromestyle{
	font-weight: normal;

}


.selected{
	color: #000099;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	text-align: center;
	height: 18px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #336699;
}

.chromestyle ul li{
	display: inline;

}

.chromestyle ul li a{
	color: #00CC00;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-right-color: #FFFFFF;
}

.chromestyle ul li a:hover{
	color: #FF9966;
}
.chromestyle .selected {
	color: #006633;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	line-height:14px;
	z-index:100;
	width: 170px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: -4px;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border: 1px solid #666699;
	background-color: #FFFFFF;
	position: absolute;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #336699;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
s
