
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 788px;
	height: 150px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 788px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;/*Aqui es donde se divide el espacio de 800 entre el numero de elementos que haya 96*/
	height: 150px;
}

#imageMenu ul li.Tequila a {
	background: url(imagenes/M1.jpg) repeat scroll 0%;
}

#imageMenu ul li.Snorkeling a {
	background: url(imagenes/M2.jpg) repeat scroll 0%;
}

#imageMenu ul li.Fishing a {
	background: url(imagenes/M3.jpg) repeat scroll 0%;
}

#imageMenu ul li.Scuba a {
	background: url(imagenes/M4.jpg) repeat scroll 0%;
}
#imageMenu ul li.Waverunner a {
	background: url(imagenes/M5.jpg) repeat scroll 0%;
}
#imageMenu ul li.Parasailing a {
	background: url(imagenes/M6.jpg) repeat scroll 0%;
}

#imageMenu ul li.Chachobben a {
	background: url(imagenes/M7.jpg) repeat scroll 0%;

}
#imageMenu ul li.Golfcars a {
	background: url(imagenes/M8.jpg) repeat scroll 0%;
	
}
.clear {
	clear: both;
}

/*************************************************************/


