#menu {
		list-style-type: none;
		position: relative;
		display: block;
	}
	
	

#menu a {

		display: block;

		position: absolute;

		text-indent: -9999px;
		outline:none;

}
#menu a:hover {
		background-position: left top;
	}
#menu span {
		visibility: hidden;
	}
	
#menu a:hover span {
  display: block;
}
#menu .hotel {
		left: 346px;
		position: absolute;
		top: 140px;
		height: 32px;
		width: 88px;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-image: url(images/hotel.gif);
	}
#menu .habitaciones {
		left: 424px;
		height: 32px;
		width: 59px;
		position: absolute;
		top: 140px;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-image: url(images/habitaciones.gif);
	}
#menu .entorno {
		height: 32px;
		width: 88px;
		position: absolute;
		left: 483px;
		top: 140px;
		background-position: left bottom;
		background-image: url(images/entorno.gif);
	}
#menu .tarifas {
		left: 581px;
		top: 140px;
		position: absolute;
		height: 32px;
		width: 59px;
		background-position: left bottom;
		background-image: url(images/tarifas.gif);
	}
#menu .contacto {
		left: 640px;
		position: absolute;
		top: 140px;
		height: 32px;
		width: 66px;
		background-position: left bottom;
		background-image: url(images/contacto.gif);
	}
