.halfmoon{
margin-bottom: 1px;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}

.halfmoon ul{
padding: 1px 5px 1px 5px;
margin: 0;
margin-top: 4px;
margin-bottom: 0;
font-weight: bold;
font-size: 12px;
font-family: Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #B58462;
}

.halfmoon li{
display: inline;
margin: 0;
margin-top: 0;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
margin-top: 0;
color: #112255;
font-weight: bold;
font-size: 12px;
font-family: Arial;
background: #efefff;
border: 2px solid #efefff;
}

.halfmoon li a:visited{
color: #112255;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #cfdfff;
border: 2px solid #a5b4ef;
color: #4455AA;
text-decoration: none;
font-weight: bold;
font-size: 12px;
font-family: Arial;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 2px solid #a5b4e1; /*THEME CHANGE HERE*/
border-width: 0 2px;
line-height:18px;
z-index:100;
background-color: #efefff;
width: 200px;
visibility: hidden;
border-bottom-width: 2px;
border-top: 2px solid #a5b4e1;
color: #112255;
font-color: #112255;
font-weight: normal;
font-size: 12px;
font-family: Arial;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 1px 0;
margin: 2px;
text-decoration: none;
color: #112233;
font-weight: normal;
font-size: 12px;
font-family: Arial;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
font-weight: normal;
font-size: 12px;
font-family: Arial;
color: #445588;
text-decoration: none;
}


* html .dropmenudiv_e a:visited{ /*IE only hack*/
width: 100%;
font-weight: normal;
font-size: 12px;
font-family: Arial;
color: #445588;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
color: #4455AA;
font-weight: normal;
font-size: 12px;
font-family: Arial;
text-decoration: none;
background-color: #c1d1ff;
}


