.halfmoon{
margin-bottom: 8px;
}

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

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

.halfmoon li a{
text-decoration: none;
padding: 2px 2px 2px 2px;
margin: 0;
margin-right: 8PX; /*distance between each tab*/
border-left: 1px dotted #FFF;
border-right: 1px dotted #FFF;
color: white;
font: 10px Verdana;
font-weight:bold;
}


 
.halfmoon li a:visited{
color: fff;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #FFF;
color: navy;

}

#tabcontentcontainer{
width:96%; /*width of 2nd level content*/
height:1.9em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
margin-left: 400px;
}

.tabcontent{
font:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font: 12px Verdana;
font-weight:bold;
display:none;
height:1.3em;
}
