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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 850px;
	height: 70px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 70px;
	width: 1275px;
	}

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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