#tabsH {
  float:left;
  width:100%;  
   
  }
#tabsH ul {
	margin-left:10px;
	margin-top:0px;
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
  }
#tabsH li {
  display:inline;

  }
#tabsH a {
	float:left;
	text-decoration:none;
	width:112px;
	background-image: url(image/nev_1.gif);
	background-position: left top;
	background-repeat:no-repeat;
	margin-left:10px;
	cursor:pointer;
	height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
  }
    #tabsH a span {
	float:left;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#1c2531;
	text-align: center;
	background-image: url(image/nev_2.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height:22px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */

    #tabsH a:hover {
	background-image: url(images/nev_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsH a:hover span {
	color:#ffffff;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	background-image: url(images/buttonhover.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
      }
