/* 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.keratine_fr a {
	background: url(images/keratine_fr.jpg) repeat scroll 0%;
    height: 420px;
}
#imageMenu ul li.extensions_fr a {
	background: url(images/extensions_fr.jpg) repeat scroll 0%;
    height: 420px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

