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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 720px;
	height: 165px;
	overflow: hidden;
	text-align:left;
}



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

#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: 176px;
	height: 165px;
}

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

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

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

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

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

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



.clear {
	clear: both;
}

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

