
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 855px;
	height: 343px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin:0;
	margin-left: -40px;
	display: block;
	height: 363px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:172px;
	height: 343px;
}

#imageMenu ul li.img1 a {
	background: url(images/img1.jpg) repeat scroll 0%;
}

#imageMenu ul li.img2 a {
	background: url(images/img2.jpg) repeat scroll 0%;
}

#imageMenu ul li.img3 a {
	background: url(images/img3.jpg) repeat scroll 0%;
}

#imageMenu ul li.img4 a {
	background: url(images/img4.jpg) repeat scroll 0%;
}

#imageMenu ul li.img5 a {
	background: url(images/img5.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

