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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	float:right;
	width: 1000px;
	height: 500px;
	overflow: hidden;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

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

#imageMenu ul li {
	float: left;
	margin-left:0px;
	margin-right:0px;
}

#imageMenu ul li a {
	text-indent: -950px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 4px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 500px;
	float:left;
	margin-left:0px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
}

#imageMenu ul li.Larche a {
	background: url(/img/SlideLarche1.jpg) repeat scroll 0%;
	margin-left:0px;
}

#imageMenu ul li.Volunteer a {
	background: url(/img/SlideVolunteer.jpg) repeat scroll 0%;
	margin-left:0px;
}

#imageMenu ul li.Learn a {
	background: url(/img/SlideLearn.jpg) repeat scroll 0%;
	margin-left:0px;
}

#imageMenu ul li.Dignity a {
	background: url(/img/SlideDignity.jpg) repeat scroll 0%;
	margin-left:0px;
}

#imageMenu ul li.News a {
	background: url(/img/SlideNews.jpg) repeat scroll 0%;
	margin-left:0px;
}

#imageMenu ul li.Contact a {
	background: url(/img/SlideContact.jpg) repeat scroll 0%;
	margin-left:0px;
}


.clear {
	clear: both;
}

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

