
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 750px;
	height: 100px;
	overflow: hidden;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 950px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:150px;
	height:100px;
}

#imageMenu ul li.landscapes a {
	background: url(landscapes.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(people.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(nature.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(urban.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(abstract.jpg) repeat scroll 0%;
	width: 220px;
}

.clear {
	clear: both;
}

/*************************************************************/

