.moonmenu{
	margin-bottom: 0px;
	vertical-align:bottom;
	
}

.halfmoon
{
	margin-bottom: 0px;
	vertical-align: top;
	height: 0px;
}

.halfmoon ul{
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	font: bold 17px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-top: 0px solid #ffffff;
	line-height:0px;
}

.halfmoon li{
	display: inline;
	margin: 0;
	height: 0px;
	line-height: 1em;
	
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 10px 3px 8px; /*box height */
	margin-right: 0px; /*distance between each tab*/
	border-left: 0px #ffffff;
	color: white;
	font-size: 12px;
	line-height: 23px;
	vertical-align: middle;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon li.selected a
{
	background-color: #454545;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
	border-width: 0px 0px 0px 0px;
	font:normal 11px Verdana;
	line-height:18px;
	text-align:left;
	background-color: #EF3737;
	width: 200px;
	visibility: hidden;
	
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 1px 0;
text-decoration: none;
color: white;
font-weight:normal;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #454545; /*drop down hover colour */
}
