/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 150px;
	overflow: hidden;
	padding-left:151px;
	visibility:visible;
	padding-bottom:40px;
	padding-top:16px;
	
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 170px;
	width: 1000px;
	font-family: inherit;	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: #090 none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display: block;
	overflow:hidden;
	width:130px;
	height: 170px;
}

#imageMenu ul li.landscapes a {
	background: url(images/laccforstudents2.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/laccforparents2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/laccourprograms2.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/laccaboutus2.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/laccContactUs2.jpg) repeat scroll 0%;
	width: 320px;
}

.clear {
	clear: both;
}

/*************************************************************/
