.halfmoon{
;
margin-bottom: 1em
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
font: bold 16px times new roman, times;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
; margin: 1px 0 0

}

.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*/
border-left: 0px solid gray;
color: white;
font: normal 16px times, "times new roman";

}

.halfmoon li a:visited{
color: white;
}
.halfmoon li.selected a{
;
}
.halfmoon li a:hover{
color: #FFCC00;
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e {
position: absolute;
top: 0;
border: solid; /*THEME CHANGE HERE*/
border-width: 0px;
font: normal 16px times new roman, times;
z-index:100;
width: 200px;
visibility: hidden;
/*; background-color: #2B1815*/
/*; border-color: #8D7661 8d7661 8d7661*/
}


.dropmenudiv_e a {
width: auto;
display: block;
text-indent: 5px;
border: solid;
padding: 2px 0;
text-decoration: none;
color: #fff;
border-width: 0px; 
border-color: 0px solid black;
; background-color: #000000
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover { /*THEME CHANGE HERE*/
color: #FFCC00;
background-color: #000000;
text-decoration: underline;
}


.text {  
   font: normal 16px times new roman, times;
   color: ffffff;
}
