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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 580px;
	height: 200px;
	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:145px;
	height: 200px;
}

/******
#imageMenu ul li.special a {
	background: url(../images/ImageMenu/special.jpg) repeat scroll 0%;
}
*******/

#imageMenu ul li.garden a {
	background: url(../images/ImageMenu/garden.jpg) repeat scroll 0%;
}

#imageMenu ul li.kitchen a {
	background: url(../images/ImageMenu/kitchen.jpg) repeat scroll 0%;
}

#imageMenu ul li.atelier a {
	background: url(../images/ImageMenu/atelier.jpg) repeat scroll 0%;
}

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


.clear {
	clear: both;
}

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

