/*- BlackTabsHorizontal --------------------------- */

current a span {
	font-family: Arial, "Arial Black", Verdana;
}

current a {
	font-family: Arial, "Arial Black", Verdana;
}

tabs a:hover span {
	font-family: Arial, "Arial Black", Verdana;
}

tabsH a:hover {
	font-family: Arial, "Arial Black", Verdana;
}

tabsH a span {
	font-family: Arial, "Arial Black", Verdana;
}

tabsH a {
	font-family: Arial, "Arial Black", Verdana;
}

tabsH li {
	font-family: Arial, "Arial Black", Verdana;
}

tabsH ul {
	font-family: Arial, "Arial Black", Verdana;
}

tabsH {
	font-family: Arial, "Arial Black", Verdana;
}

#tabsH {
	float: none;	
	background: transparent;
  height: 24px;
	font-family: "Arial, Arial Black, Verdana";
	font-size: 100%;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#tabsH ul {
	width: 100%;
	margin: 0px auto 0px auto; /* Adjust tabs menu position  */
	font-family: "Arial, Arial Black, Verdana";
	font-size: 100%;
}
#tabsH li {
   display:inline;
      }
#tabsH a {
	float: left;
	background: url(BlackTabsHorizontal/tableftH.gif) no-repeat left top;
	padding: 0px 0px 0px 4px;
	text-decoration: none;	
}
#tabsH a span {
	float: left;
	display: block;
	font-family: "Arial, Arial Black, Verdana";
	font-size: 100%;
	background: url(BlackTabsHorizontal/tabrightH.gif) no-repeat right top;
	padding: 5px 12px 4px 12px;
	color: inherit;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span {float:none;}
    /* End IE5-Mac hack */
#tabsH a:hover span {
      color: inherit;
      }
#tabsH a:hover {
      background-position:0% -42px;
      cursor: pointer;
      }
#tabsH a:hover span {
      background-position:100% -42px;
      cursor: pointer;
      }
#tabsH #current a {
      background-position:0% -42px;
      }
#tabsH #current a span {
		color: inherit;
      background-position:100% -42px;
      }
#tabsH #current a:visited{
		color: inherit;
      background-position:100% -42px;
		}

/*
#tabsH body {
	background-color: transparent;
	padding: 0;
	margin: 0;
	font: bold 11px/1.5em Verdana;

}

#tabsH h2 {
   font: bold 14px Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   margin: 0px;
   padding: 0px 0px 0px 5px;
}

#tabsH img {
	border: none;
}
*/