A {
 color: #75d147;
 text-decoration: none;
}
A:hover {
 color: #666666;
text-decoration: none;
}
BODY, TH, TD, P {
	color: #666666;
	font-family: Arial;
	font-size: 10pt;
}
.halfmoon{
margin-bottom: 0;
}

.halfmoon ul{
padding: 3px 9px 2px 2px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
border-bottom: 2px solid #e4f6da;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
	text-decoration: none;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF6600;
	background-color: #FF6600;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 100px;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #FF6600;
}


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

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
line-height:18px;
z-index:100;
background-color: #75d147;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e7e7e7; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

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

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