.halfmoon{
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff384;
}

.halfmoon ul{
	list-style-type: none;
	text-align: centre; /*set to left, center, or right to align the menu as desired*/
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff9bf;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a004b;
	text-decoration: none;
}

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

.halfmoon li a{
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px; /*distance between each tab*/
	color: #fff9bf;
	font-size: 12px;
	background-color: #701471;
	background-image: url(../images/tab.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
}

.halfmoon li a:visited{
	color: #fff9bf;
	text-decoration: none;
}

.halfmoon li a:hover{
	background-color: #fff384;
	background-image: url(../images/tabon.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color: #330033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b8c00;
	text-decoration: none;
}


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

.dropmenudiv_e{
	position:absolute;
	top: 0;
	border: 1px solid #ffffff;
	line-height:18px;
	z-index:100;
	background-color: #fff8b5;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	font-weight: normal;
	text-decoration: none;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #ffffff;
	padding: 2px 0;
	text-decoration: none;
	color: #330033;
	border-bottom-width: 1px;
}

* html .dropmenudiv_e a{ /*IE only hack*/
	width: 100%;
	text-decoration: none;
	color: #330033;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #efe7f0;
	text-decoration: none;
	color: #701471;
}
