#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float:right;
  width: 600px;/*
  height: 100px;
  background: url(imamenu/menu-bg.jpg) no-repeat;*/
  background-color:#191d1e;
  background-color:#000000; 
  position: relative;
  top:10px;
}
#menu span {
  position: absolute;
  display: none;
}
#menu a {
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
  display: block;
}
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 100px;
  height: 39px;
  background: url(imamenu/home.gif) no-repeat;
  left: 5px;
  top: 20px;
}
#menu .home span {
  width: 70px;
  height: 20px;
  background: url(imamenu/home-over.gif) no-repeat;
  left: 6px;
  top: 44px;
}


#menu .agenda {
  width: 100px;
  height: 39px;
  background: url(imamenu/agenda.gif) no-repeat;
  left: 110px;
  top: 20px;
}
#menu .agenda span {
  width: 85px;
  height: 20px;
  background: url(imamenu/agenda-over.gif) no-repeat;
  left: 8px;
  top: 44px;
}


#menu .fotos {
  width: 100px;
  height: 39px;
  background: url(imamenu/fotos.gif) no-repeat;
  left: 220px;
  top: 20px;
}
#menu .fotos span {
  width: 90px;
  height: 20px;
  background: url(imamenu/fotos-over.gif) no-repeat;
  left: 7px;
  top: 44px;
}

#menu .contacto {
  width: 100px;
  height: 39px;
  background: url(imamenu/contacto.gif) no-repeat;
  left: 330px;
  top: 20px;
}
#menu .contacto span {
  width: 90px;
  height: 20px;
  background: url(imamenu/contacto-over.gif) no-repeat;
  left: 8px;
  top: 44px;
}

#menu .chicasbot {
  width: 100px;
  height: 39px;
  background: url(imamenu/chicas.gif) no-repeat;
  left: 440px;
  top: 20px;
}

#menu .chicasbot span {
  width: 90px;
  height: 20px;
  background: url(imamenu/chicas-over.gif) no-repeat;
  left: 8px;
  top: 44px;
}



#menu .facebook {
  width: 100px;
  height: 39px;
  background: url(imamenu/facebook.png) no-repeat;
  left: 440px;
  top: 20px;
}
#menu .facebook span {
  width: 90px;
  height: 20px;
  background: url(imamenu/facebook-over.png) no-repeat;
  left: 8px;
  top: 44px;
}

