/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: inherit;
	width: 565px;
	height: 25px;
	overflow: hidden;
	z-index:100;
	right:0px;
	float: right;
	

}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 25px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	cursor:hand;
	display:block;
	overflow:hidden;
	width:105px;
	height: 25px;
	
	
}

#imageMenu ul li.landscapes a {
	background: url(../images/red.gif) scroll 0%;
	background-position: top left;
}

#imageMenu ul li.people a {
	background: url(../images/pink.gif) scroll 0%;
	background-position: top left;
}

#imageMenu ul li.nature a {
	background: url(../images/green.gif) scroll 0%;
	background-position: top left;
}

#imageMenu ul li.urban a {
	background: url(../images/ggreen.gif) scroll 0%;
	background-position: top left;
}

#imageMenu ul li.abstract a {
	background: url(../images/rred.gif) scroll 0%;
	background-position: top left;
	width:100px;
	
}

.clear {
	clear: both;
}

/*************************************************************/
