/* menucss.css

orginal from www.dynamicdrive.com 

*/
/* Menu style rules */

.halfmoon{
margin-bottom: 3px;
}

.halfmoon ul{
padding: 2px 8px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #7E92CB;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 2px 8px 2px 5px;
margin: 0;
margin-right: 5; /*distance between each tab*/
border-left: 1px solid #DDD;
color: white;
font: bold 11px Verdana;
background: #7E92CB url(tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #005AA0;  /* Red #CC0000 */
color: white;
}

#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;
font: bold 14px Tahoma;
}

/* END Menu style rules */