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

	Image Menu
	v 2.2

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


#imageMenu {
	
  position:absolute;
  top:0px;
  left:343px;
  width:560px;
  height:150px;
  overflow:hidden;
	}

#imageMenu ul {
	list-style:none;
	margin:0px;
	display:block;
	height:150px;
	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:100px;
	height:150px;
}

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

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

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

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

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

.clear {
	clear:both;
}

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