 #tabsH {
      float:left;
      width:100%;  
	   
      }
    #tabsH ul {
	margin:0;
	list-style:none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 1px;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
     
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
	float:left;
	display:block;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */

    #tabsH a:hover {
 background:url("images/tableft.gif") no-repeat left top;
      }
    #tabsH a:hover span {
	 color:#030303;
background:url("images/tabright.gif") no-repeat right top;
      }
