
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 560px;
	height: 200px;
	overflow: hidden;
		
}



#imageMenu ul {
	list-style: none;
	margin: 0;
	display: block;
	height: 200px;
	width: 1000px;	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #aaa;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:171px;
	height: 200px;
}

#imageMenu ul li.home a {
	background: url(../../images/home.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.news a {
	background: url(../../images/news.jpg) repeat scroll 0%;
}

#imageMenu ul li.events a {
	background: url(../../images/events.jpg) repeat scroll 0%;
}

#imageMenu ul li.join a {
	background: url(../../images/join.jpg) repeat scroll 0%;
}

#imageMenu ul li.publicservice a {
	background: url(../../images/publicservice.jpg) repeat scroll 0%;

}

.clear {
	clear: both;
}

/*************************************************************/

