
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 455px;
	height: 245px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 245px;
	width: 1000px;
padding:0px;
	}

#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:89px;
	height: 245px;
}

#imageMenu ul li.spectral-dnc a {
	background: url(/images/spectral-dnc-grow-hair.jpg) repeat scroll 0%;
}

#imageMenu ul li.mineral-makeup a {
	background: url(/images/mineral-makeup-real-beauty.jpg) repeat scroll 0%;
}

#imageMenu ul li.touch-of-twilight a {
	background: url(/images/touch-of-twilight.jpg) repeat scroll 0%;
}

#imageMenu ul li.anti-aging a {
	background: url(/images/anti-aging-products.jpg) repeat scroll 0%;
}

#imageMenu ul li.full-leaf-herbal-teas a {
	background: url(/images/full-leaf-herbal-teas.jpg) repeat scroll 0%;
	width: 300px;
}

.clear {
	clear: both;
}

/*************************************************************/

