
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 585px;
	height: 142px;
	float:left;
	padding:0px;
	margin:0px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	float:left;
	height: 142px;
	width:1000px;	


	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:64px;
	height: 142px;
	float:left;

}

#imageMenu ul li.landscapes a {

	background:url(../images/limo/1.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.people a {
background:url(../images/limo/2.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background:url(../images/limo/3.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background:url(../images/limo/4.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.urban2 a {
	background:url(../images/limo/6.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.urban3 a {
	background:url(../images/limo/7.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.urban4 a {
	background:url(../images/limo/8.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.urban5 a {
	background:url(../images/limo/9.jpg) no-repeat scroll 0%;
}


#imageMenu ul li.abstract a {
	background:url(../images/limo/5.jpg) no-repeat scroll 0%;

}




.clear {
	clear: both;
}

/*************************************************************/


