#imageMenu {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
	width: 750px;
	height: 150px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}



#imageMenu ul {
clear: both;
margin: 0;
border: 0;
padding: 0;
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:187px;
	height: 150px;
}

#imageMenu ul li.landscapes a {
	background: url(images/inicio.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/coberturas.jpg) repeat scroll 0%;
}

#imageMenu ul li.novedades a {
	background: url(images/nosotros.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/contacto.jpg) repeat scroll 0%;
	width: 250px;
}

.clear {
	clear: both;
}