/*- Menu Tabs F--------------------------- */

.halfmoon {
      float:left;
      width:100%;
      background:#efefef;
      font-size: 12px;
      line-height:normal;
      border-bottom:1px solid #666;
      }
.halfmoon ul {
	margin:0;
        padding:5px 10px 0 5px;
	list-style:none;
      }
.halfmoon li {
      display:inline;
      margin:0;
      padding:0;
      }
    .halfmoon a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    .halfmoon a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .halfmoon a span {float:none;}
    /* End IE5-Mac hack */
    .halfmoon a:hover span {
      color:#FFF;
      }
    .halfmoon a:hover {
      background-position:0% -42px;
      }
    .halfmoon a:hover span {
      background-position:100% -42px;
      }


#tabcontentcontainer{
      float:left;
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{

padding:2px 2px 0px 4px;
display:none;
}