
.halfmoon{
margin-bottom: 4px;
}

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

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

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1; /*distance between each tab*/
border-left: 1px solid #929492;
border-right: 1px solid #929492;
border-top: 1px solid #929492;

color: #aa0000;
font: 11px Verdana;
background: #ECEEEC url(images/b0.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #929492;
}

.halfmoon li a:hover, .halfmoon li a.current{
background: #ECEEEC url(images/b1.gif) top right no-repeat;
color: #aa0000;
border-bottom: 1px solid white;
}


#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:auto; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
/*height: 150px;*/
}

.tabcontent{
display:none;
background:#white;
margin: 0;
height:auto;

}
