#home {
  display: block;
  width: 56px;
  height: 27px;
  background: url("menu_home.gif") no-repeat 0 0;
}
#home:hover { 
  background-position: 0 -27px;
}
#home span {
  display: none;
}

#girls {
  display: block;
  width: 93px;
  height: 27px;
  background: url("menu_girls.gif") no-repeat 0 0;
}
#girls:hover { 
  background-position: 0 -27px;
}
#girls span {
  display: none;
}

#bookings {
  display: block;
  width: 105px;
  height: 27px;
  background: url("menu_bookings.gif") no-repeat 0 0;
}
#bookings:hover { 
  background-position: 0 -27px;
}
#bookings span {
  display: none;
}

#prices {
  display: block;
  width: 37px;
  height: 27px;
  background: url("menu_prices.gif") no-repeat 0 0;
}
#prices:hover { 
  background-position: 0 -27px;
}
#prices span {
  display: none;
}

#directions {
  display: block;
  width: 107px;
  height: 27px;
  background: url("menu_directions.gif") no-repeat 0 0;
}
#directions:hover { 
  background-position: 0 -27px;
}
#directions span {
  display: none;
}

#contact {
  display: block;
  width: 47px;
  height: 27px;
  background: url("menu_contact.gif") no-repeat 0 0;
}
#contact:hover { 
  background-position: 0 -27px;
}
#contact span {
  display: none;
}

.menu_separator {  background-image: url(menu_separator.gif); background-repeat: no-repeat; background-position: center center}
