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

	Image Menu
	v 2.2

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

#im_holder{
	width:100%;
	overflow:hidden;
	background-image:url(http://www.dartington.org/Images/strip_bg.jpg);
clear:both;
}

#imageMenu {
	position: relative;
	width: 700px;
	height: 240px;
	overflow: hidden;
float:right;
margin-left:20px;
}

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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.sustainability a {
	background: url(http://www.dartington.org/Images/sustainability.jpg) repeat scroll 0%;
}

#imageMenu ul li.enterprise a {
	background: url(http://www.dartington.org/Images/enterprise.jpg) repeat scroll 0%;
}

#imageMenu ul li.arts a {
	background: url(http://www.dartington.org/Images/arts.jpg) repeat scroll 0%;
}

#imageMenu ul li.social_justice a {
	background: url(http://www.dartington.org/Images/social_justice.jpg) repeat scroll 0%;
}

#imageMenu ul li.place a {
	background: url(http://www.dartington.org/Images/place.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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


