
.jimgMenu {
	position: relative;
	width: 670px;
	height: 200px;
	overflow: hidden;
	margin: 40px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.jimgMenu ul li.asist a {
	background: url(images/01_asistente.jpg) repeat scroll 0%;
}

.jimgMenu ul li.entrenadores a {
	background: url(images/02_entretenedores.jpg) repeat scroll 0%;
}

.jimgMenu ul li.artistas a {
	background: url(images/03_artistas.jpg) repeat scroll 0%;
}
.jimgMenu ul li.pensadores a {
	background: url(images/04_pensadores.jpg) repeat scroll 0%;
}

.jimgMenu ul li.discipulos a {
	background: url(images/05_discipulos.jpg) repeat scroll 0%;
}
.jimgMenu ul li.activistas a {
	background: url(images/06_activistas.jpg) repeat scroll 0%;
}

.jimgMenu ul li.conductores a {
	background: url(images/07_conductores.jpg) repeat scroll 0%;
}

.jimgMenu ul li.arbitros a {
	background: url(images/08_arbitros.jpg) repeat scroll 0%;
}
.jimgMenu ul li.perfeccionistas a {
	background: url(images/09_perfeccionistas.jpg) repeat scroll 0%;
	min-width:410px;
}


.clear {
	clear: both;
}
