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

	Image Menu
	v 2.2

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


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



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -600px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px; /*---this controls the width of the home buttons*/
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

