.halfmoon{
margin-bottom: 1em;
width:100%;
align:center;
color: #666;
border-bottom:1pt solid #efefef;
}

.halfmoon ul{
padding-left:4px;
padding-right:4px;
align:center;
padding-top:3px;

padding-bottom:3px;

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 7.5pt Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.halfmoon li{
display: inline;
margin: 0;color: #666;
align:center;

}

.halfmoon li a{
text-decoration: none;
padding-left:4px;
padding-right:4px;
align:center;
padding-top:3px;

padding-bottom:3px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
border-left: 1px dotted #ccc;
color: #666;
font-size: 7.5pt;
/*background: #e5febc url(media/halfmoontab.gif) top right no-repeat;*/
}

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

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #fefefe;
color:black;

}


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

.dropmenudiv_e{
position:absolute;
top: 0;
text-align:left;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 7.5pt Verdana;
line-height:18px;
z-index:100;
background-color: #fefefe;
width: 160px;
visibility: hidden;
}


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

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

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

