/* CSS Document */
#imageMenu {
    position: relative;
	width: 800px;
	height: 425px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	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:198px;
	height: 200px;
}

#imageMenu ul li.keratina a {
	background: url(images/keratina.jpg) repeat scroll 0%;
    height: 420px;
}
#imageMenu ul li.extensiones a {
	background: url(images/extensiones.jpg) repeat scroll 0%;
    height: 420px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

