
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1500px;
	
	}

#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: 133px;
	height: 186px;
}

#imageMenu ul li.products a {
	background: url(../images/vinyl-Horizon.jpg) repeat scroll 0%;
   
}

#imageMenu ul li.bigbuildings a {
	background: url(../images/promo2.jpg) repeat scroll 0%;
}

#imageMenu ul li.new2010 a {
	background: url(../images/vinyl-valu2010.jpg) repeat scroll 0%;
}

#imageMenu ul li.shedbuild a {
	background: url(../images/shedbuild.jpg) repeat scroll 0%;
}

#imageMenu ul li.testimonials a {
	background: url(../images/testimonials.jpg) repeat scroll 0%;
   
}
#imageMenu ul li.customerservice a {
	background: url(../images/customer-service.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

