.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 0px 0px 0px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: -16px;
font: bold 0px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 0px 0px 0px 0px;
margin: 0;
margin-right: -1px; /*distance between each tab*/
border-right: 0px;
color: black;
font-size: 0px;
background: #e5febc top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: transparent;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 0px solid transparent; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 0px Verdana;
line-height:0px;
z-index:0;
background-color: transparent;
width: 160px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 0px;
border: 0 solid transparent; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 0px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100px;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: transparent;
}