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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}



