.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
width:167px;
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
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: 1px solid #000;
}

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

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/

color: black;
font-size: 11px;
}

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

.halfmoon li a:hover, .halfmoon li.selected a{
background-color:#003399;
}


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

.dropmenudiv_e{
position:absolute;
top: 0;
font-family:Tahoma;
line-height:18px;
z-index:100;
background-color: #003399;
color:#999;
font-size:11px;
width: 110px;
visibility: hidden;
margin-bottom:1px;
}


.dropmenudiv_e a{
width: 110px;
width: auto;
display: block;
padding:3px;
text-decoration: none;
color: #999;
text-align:center;
border-bottom:1px solid #FFFFFF;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color:#0099FF;
}

