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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}


