.halfmoon{
margin-bottom: 0px;
}

.halfmoon ul{
padding: 2px 0px 2px 3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 2px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
border-left: 1px solid #929492;
}

.halfmoon li a{
text-decoration: none;
margin: 0;
color:#000000;
background:#ECEEEC url('images/tabright.gif') no-repeat top right;
font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana;
padding-left:10px; padding-right:10px; padding-top:3px; padding-bottom:2px;
margin-right:5/*distance between each tab*/
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: orange;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-color: #CDDADA;
}

.tabcontent{
display:none;
}

.tabcontent a{
text-decoration: none;
font-size:12px; font-weight:bold;
color: blue;
}