.halfmoon{

}

.halfmoon ul{
padding: 3px 3px 2px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

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

.halfmoon li a{
text-decoration: none;
padding: 3px 15px 2px 0px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
color: #006892;
font-size: 12px;
}

.halfmoon li a:visited{
color: #006892;
}

.halfmoon li a:hover, .halfmoon li.selected a{
color:#f38634;
}


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

.dropmenudiv_e{
position:fixed;
top: 0px; 
font:normal 11px Arial;
line-height:14px;
z-index:100;
width: 150px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color: #006892;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
color:#f47b20;
}
