/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: absolute;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	background-attachment: scroll;
}
#imageMenu  ul  li.chaircoverhire  a {
	background: url(images/chaircoverhire.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.centrepieces  a {
	background: url(images/centrepieces.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.finishingtouches  a {
	background: url(images/finishingtouches.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.venuestyling  a {
	background: url(images/venuestyling.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.corporateevents  a {
	background: url(images/corporateevents.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/
