.halfmoon{
margin-bottom: 1em;
text-align:right;
}

.halfmoon ul{
padding: 2px 9px 2px 15px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px 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;
padding: 0 0px 0 0px;


}

.halfmoon li a{

text-decoration: none;
padding: 2px 2px 2px 2px;
margin: 0;
margin-right: 16px; /*distance between each tab*/
border-left: 0px solid gray;
color: black;
font-size: 12px;
text-align:left;

/* background: #e5febc url(media/halfmoontab.gif) top right no-repeat;*/
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
 text-decoration:underline;
 font-size: 12px;
 color:#000000;
 
 
}
.halfmoon li.selected a{
 text-decoration:none;
 font-size: 12px;
 
 
}

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

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #c8e181; /*THEME CHANGE HERE*/

font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: #F9CF07;

/*width: 255px;*/
visibility: hidden;
}
.dropmenudiv_eh{
position:absolute;
top: 0;
margin-left:-160px;
margin-top:-27px;
border: 1px solid red; /*THEME CHANGE HERE*/

font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color: #fff;

width: 160px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0px solid #657f27; /*THEME CHANGE HERE*/
border-bottom: 1px solid #000000;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

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

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


}
