/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 290px;
	height: 402px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 402px;
	width: 290px;
	
	}

#imageMenu ul li {

}

#imageMenu ul li a {
	text-indent: -500px;
	background:#ffffff 0% 50%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:290px;
	height: 67px;
}

#imageMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) 0% 50%;
	width: 290px;
}

#imageMenu ul li.people a {
	background: url(images/people.jpg) 0% 50%;
	width: 290px;
}

#imageMenu ul li.nature a {
	background: url(images/nature.jpg) 0% 50%;
	width: 290px;
}

#imageMenu ul li.urban a {
	background: url(images/urban.jpg) 0% 50%;
	width: 290px;
}

#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg)  0% 50% ;
	width: 290px;
}
#imageMenu ul li.abstract1 a {
	background: url(images/abstract1.jpg)  0% 50% ;
	width: 290px;
}
.clear {
	clear: both;
}

/*************************************************************/
