/* CSS Document */
.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 9px;
margin: -1px;
background-color:#9b8e57;
color:#000000;
font: bold 12px Verdana;
/*border-left: 1px solid #DDD;
  background: #ECEEEC url(tabright.gif) top right no-repeat;*/
}

.halfmoon li a:visited{
color: #000000;
}

.halfmoon li a:hover{
background-color:#ffffff;
color: #61797D;
}

.halfmoon li a.current{
background-color:#666666;
color: #838383;
/*border:1px #FFFFFF solid;*/
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:auto;  /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
/*border:1px #ffffff solid;*/
margin-top:-3px;
background-color:#b1a679;
}

.tabcontent{
display:none;
margin:5px 0 5px 5px;
}


