#MainMenuH
  {
  width:800px;
  height:21px;
  background: #FFFFFF;
  margin:0;
  border:0;
  }
#tabH 
  {
  margin:0;
  top:0;
  }
#tabH ul 
  {
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  }
#tabH li 
  {
  display:inline;
  float:left;
  margin:0 1px 0 0 ;
  padding:0;
  clear:none;
  }
#tabH a 
  {
  background: url("right.gif") no-repeat right top;
  margin:0;
  padding:0;
  text-decoration:none;
  border:0;
  display:block;
  float:left;
  }
#tabH a span 
  {
  display:block;
  background:url("left.gif") no-repeat left top;
  padding:0 15px 0 15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#DD8715;
  font-weight:bold;
  line-height:21px;
  }
#tabH a:hover,#tabH li.item_active a 
  {
  background-position:right bottom;
  }
#tabH a:hover span,#tabH li.item_active a span 
  {
  background-position:left bottom;
  color:#295D52;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  }
