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