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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 500px;
	height: 200px;
	overflow: hidden;
	position: relative;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

#imageMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.leather a {
	background: url(images/clothingv1.jpg) repeat scroll 0%;
}
#imageMenu ul li.showers a {
	background: url(images/showers.jpg) repeat scroll 0%;
}
#imageMenu ul li.stoves a {
	background: url(images/showersv2.jpg) repeat scroll 0%;
}
#imageMenu ul li.walls a {
	background: url(images/walls.jpg) repeat scroll 0%;
}
#imageMenu ul li.windows a {
	background: url(images/windows.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}

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