@charset "utf-8";
/* CSS Document */


/*- Menu Tabs H--------------------------- */

    #tabsH {
	float:left;
	width:100%;
	font-size:85%;
	line-height:normal;
	background-color: #000;
	background-image: url(../images/tabH.gif);
	background-repeat: repeat-x;
	font: bold
      }
    #tabsH ul {
	margin:0;
	list-style:none;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font: bold
      }
    #tabsH li {
	display:inline;
	margin:0;
	font: bold
      }
    #tabsH a {
	float:left;
	background:url("../images/tableftH.gif") no-repeat left top;
	margin:0;
	text-decoration:none;
	font: bold;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF	  ;
	  font: bold
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {
	float:none;
	font-weight: bold;
}
    /* 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;
      }

