.halfmoon{
margin-bottom: 0px;
}

.halfmoon ul{
width:100%; /*width of 2nd level content*/
padding: 0px 0px 0px 0px;
margin-left: 0;
margin-top: 0px;
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: 1px solid #cccccc;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a, .halfmoon li a:hover{
text-decoration: none;
padding: 8px 20px 9px 20px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #bbbbbb;
color: #333333;
font: bold 12px Verdana;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #333333;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: #00529a;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height:33em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 15px;
}

.tabcontent{
display:none;
}

