#imageMenu {
	position: relative;
	width: 720px;
	height: 200px;
	overflow: hidden;
	border: 2px solid #FFEA00;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1200px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FFEA00;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:102px;
	height: 200px;
}

#imageMenu ul li.vedado a {
	background: url(../images/vedado.jpg) repeat scroll 0%;
}

#imageMenu ul li.habana-vieja a {
	background: url(../images/habana-vieja.jpg) repeat scroll 0%;
}

#imageMenu ul li.centro-habana a {
	background: url(../images/centro-habana.jpg) repeat scroll 0%;
}

#imageMenu ul li.guanabo a {
	background: url(../images/guanabo.jpg) repeat scroll 0%;
}

#imageMenu ul li.habana-este a {
	background: url(../images/habana-este.jpg) repeat scroll 0%;
}

#imageMenu ul li.marianao a {
	background: url(../images/marianao.jpg) repeat scroll 0%;
}

#imageMenu ul li.boyeros a {
	background: url(../images/boyeros.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


