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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 50px;
	overflow: hidden;
}



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

#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:  160px;
	height: 50px;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

