.halfmoon{
/*margin-bottom: 1em;*/

}
td.halfmoon {
border-bottom: 1px solid #336;
}

.halfmoon ul{
padding: 3px 9px 0px 10px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font-style: bold;
font-family: Verdana, Tahoma, Geneva, sans-serif;
font-size: 10pt
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
border-bottom: 25px solid #669;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 19px 2px 15px;
margin: 0px;
margin-right: 2px; /*distance between each tab*/
border-left: 1px solid gray;
color: #555;
font-size: 10pt;
font-style: bold;
font-family: Verdana, Tahoma, Geneva, sans-serif;
background: #fff url(img/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #555;
}
* html .dropmenudiv_e a:visited{/*IE only hack*/
color: #555;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #669;
color: #fff;
}
.halfmoon li a:hover, .halfmoon li.selected a{/*IE only hack*/
color: #fff;
}
* html .halfmoon li.selected a:visited{/*IE only hack*/
color: #fff;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid gray; /*THEME CHANGE HERE*/
border-width: 0px 1px 1px 1px;
font: 9.5pt Verdana, Tahoma, Geneva, sans-serif;
font-style: normal;
line-height:12pt;
z-index:100;
background-color: #0000e3;
color: #fff;
width: 200px; 
visibility: hidden;
text-align: left;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 10px;
border: 0px solid #0000e3; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 5px 2px 0px;
text-decoration: none;
color: white;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
color: white;
}
.dropmenudiv_e a:visited{
color: #ffffff;
}
* html .dropmenudiv_e a:visited{/*IE only hack*/
color: #ffffff;
background-color: #0000e3;
}

.dropmenudiv_e a:hover{
background-color: #ffffff;
color: #0000e3;
}
* html .dropmenudiv_e a:hover{/*IE only hack*/
background-color: #eee;
color: #00f;
}