// tab menu

.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 1px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #C19D51;
}

.halfmoon li{
text-decoration: none;
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 1px;
margin: 0;
margin-right: 25; /*distance between each tab*/
border-left: 1px solid #000;
color: #FCE8BD;
font: bold 10px Verdana;
background: #E0CA9C url(img/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
text-decoration: none;
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
text-decoration: none;
background-color: #C19D51;
color: #FCE8BD;
}

#tabcontentcontainer{
width:400px; /*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;
}

