#menu {
  font-family: "Tahoma", Helvetica, Arial, Sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 774px;
  height: 130px;
  position: absolute;
  left: 20px;
  top: 20px;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  position: absolute;
  outline: none;
  padding: 7px 0px 7px 0px;
  text-align: center; 
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .fishing {
  width: 90px;
  height: 16px;
  background: url(/extern/hi/mbtnbg.gif) no-repeat;
  left: 5px;
  top: 103px;
}
/*
#menu .fishing span {
  width: 64px;
  height: 48px;
  background: url(images/f-over.gif) no-repeat;
  left: -20px;
  top: -40px;
}
*/
#menu .hunting {
  width: 90px;
  height: 16px;
  background: url(/extern/hi/mbtnbg.gif) no-repeat;
  left: 80px;
  top: 107px;
}
/*
#menu .hunting span {
  width: 40px;
  height: 12px;
  background: url(images/h-over.gif) no-repeat;
  left: 44px;
  top: 54px;
}
*/
#menu .diving {
  width: 90px;
  height: 16px;
  background: url(/extern/hi/mbtnbg.gif) no-repeat;
  left: 160px;
  top: 100px;
}
/*
#menu .diving span {
  width: 92px;
  height: 20px;
  background: url(images/d-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}
*/