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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	height: 190px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}



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

#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:98px;
	height: 190px;
}


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

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

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

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

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


.clear {
	clear: both;
}

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

