@charset "ISO-8859-1";
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

    #tabsH {
	float:left;
	width:1000px;
	background:#111111;
	font-size:93%;
	line-height:normal;
      }
    #tabsH ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 47px;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftH.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
      }
    #tabsH a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(../images/tabrightH.jpg);
	background-repeat: no-repeat;
	background-position: right top;
      }
