<style type="text/css">

.halfmoon{
margin-bottom: 0px;
}

.halfmoon ul{
padding: 3px 9px 2px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid navy;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
margin-bottom: 0px;
border-left: 1px solid #DDD;
color: #FFFFFF;
font: bold 14px Verdana;
background: #0707D1 url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #FFFFFF;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #FFFFFF;
color: navy;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

</style>