
#imageMenu {
	position: relative;
	width: 1000px;
	height: 180px;
	overflow: hidden;
	left: -5px;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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

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

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

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

#imageMenu ul li.foro a {
	background: url(../images/IMforo.png) repeat scroll 0%;
	width: 310px;
}

#imageMenu ul li.enlaces a {
	background: url(../images/IMenlaces.png) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

