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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 573px;
	height: 200px;
	overflow: hidden;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:116px;
	height: 200px;
}

#imageMenu ul li.landscapes a {
	background: url(images/livingrooms1.jpg) repeat scroll 0%;
}
#imageMenu ul li.people a {
	background: url(images/bedcover.jpg) repeat scroll 0%;
}

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

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

#imageMenu ul li.abstract a {
	background: url(images/garden1.jpg) repeat scroll 0%;
	width: 384px;
}

.clear {
	clear: both;
}

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

