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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 550px;
	height: 200px;
	background:#CCC;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:108px;
	height: 200px;
}

#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;
}

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

