.halfmoon{
	margin-bottom: 1em;
}

.halfmoon ul{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.halfmoon li{
	display: inline;
	margin: 0;
	padding-left: 20px;
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 1px;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #700034;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.halfmoon li a:visited{
	color: #FFFFFF;
}

.halfmoon  .halfmoon li.selected a{
	background-color: #700034;	
}
.halfmoon li a:hover{
	
	color: #FF689B;
}


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

.dropmenudiv_e{
	position:absolute;
	top: 0;
	line-height:14px;
	z-index:90;
	background-color: #700034;
	width: 180px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

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

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

