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

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width:550px;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 75px;
  height: 30px;
  background:url(../images/navigation/home.png) no-repeat;
  left: 456px;
  top: 13px;
}

#menu .what {
  width: 135px;
  height: 30px;
  background:url(../images/navigation/what.png) no-repeat;
  left: 531px;
  top: 13px;
}

#menu .where {
  width: 160px;
  height: 30px;
  background:url(../images/navigation/where.png) no-repeat;
  left: 666px;
  top: 13px;
}

#menu .who {
  width: 135px;
  height: 30px;
  background:url(../images/navigation/who.png) no-repeat;
  left: 826px;
  top: 13px;
}
