#home {
  display: block;
  width: 49px;
  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: 77px;
  height: 27px;
  background: url("menu_girls.gif") no-repeat 0 0;
}
#girls:hover { 
  background-position: 0 -27px;
}
#girls span {
  display: none;
}


#inside {
  display: block;
  width: 127px;
  height: 27px;
  background: url("menu_inside.gif") no-repeat 0 0;
}
#inside:hover { 
  background-position: 0 -27px;
}
#inside span {
  display: none;
}

#outside {
  display: block;
  width: 137px;
  height: 27px;
  background: url("menu_outside.gif") no-repeat 0 0;
}
#outside:hover { 
  background-position: 0 -27px;
}
#outside span {
  display: none;
}

#contact {
  display: block;
  width: 62px;
  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}
