
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width:910px;
	height:450px;
	overflow:hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height:450px;
	width:1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right:1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:230px;
	height:450px;
}

#imageMenu ul li.landscapes a {
	background: url(main/1.jpg) repeat 50% 0%;
}

#imageMenu ul li.people a {
	background: url(main/2.jpg) repeat 50% 0%;
}

#imageMenu ul li.nature a {
	background: url(main/3.jpg) repeat 50% 0%;
}

#imageMenu ul li.urban a {
	background: url(main/4.jpg) repeat 50% 0%;
}

#imageMenu ul li.abstract a {
	background: url(main/5.jpg) repeat 50% 0%;
	width:230px;
}

.clear {
	clear: both;
}

/*************************************************************/

