.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 6px 2px 3px 0px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Trebuchet MS, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px dashed  #66CCFF;
}

.halfmoon li{
display: inline;
margin: 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
margin-top: 0;
top: 1;
border: 1px solid #AAAAAA; /*THEME CHANGE HERE*/
border-width: 1 1px;
line-height:20px;
z-index:100;
background-color: #E8E8E8;
visibility: hidden;
}

.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 0px;
border: 0 solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 5px;
color: 666666;
text-decoration: none;
font-family:  Trebuchet MS;
font-size: 11px;
font-weight: 500;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 212px;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8ee43;
}
