/* CSS MENU */

    #tabsH {
      float:left;
      width:100%;
      background:#ffffff;
      font-size:100%;
      line-height:normal;
      }
    #tabsH ul {
	  margin:0;
	  text-align:center;
	  padding:0px 17px 0px 17px;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
	float:left;
	display:block;
	background:url("tabrightH.gif") no-repeat right top;
	color:#999999;
	padding-top: 5px;
	padding-right: 22px;
	padding-bottom: 4px;
	padding-left: 17px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#999999;
      }
    #tabsH a:hover {
      background-position:0% -42px; 
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

