

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



	Image Menu

	v 2.2



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





#imageMenu {

	position: relative;

	width: 649px;

	height: 190px;

	overflow: hidden;

}







#imageMenu ul {

	list-style: none;

	margin: 0px;

	display: block;

	height: 190px;

	width: 1000px;

	

	}



#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:92px;

	height: 190px;

}



#imageMenu ul li.education a {

	background: url(../images/menu/education.jpg) repeat scroll 0%;

}



#imageMenu ul li.culture a {

	background: url(../images/menu/culture.jpg) repeat scroll 0%;

}



#imageMenu ul li.health a {

	background: url(../images/menu/health.jpg) repeat scroll 0%;

}



#imageMenu ul li.aid a {

	background: url(../images/menu/aid.jpg) repeat scroll 0%;

}



#imageMenu ul li.community a {

	background: url(../images/menu/community.jpg) repeat scroll 0%;	

}

#imageMenu ul li.csr a {

	background: url(../images/menu/csr.jpg) repeat scroll 0%;

	

}

#imageMenu ul li.of a {

	background: url(../images/menu/of.jpg) repeat scroll 0%;

	

}


.clear {

	clear: both;

}



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



