
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 300px;
	height: 100px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 600px;

	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -100px;
	background:#000000 none repeat scroll 0%;
	border-right: 5px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:50px;
	height: 50px;
}

#imageMenu ul li.landscapes a {
	background: url('../images/research/1.gif');
}

#imageMenu ul li.people a {
	background: url('../images/research/2.gif');
}

#imageMenu ul li.nature a {
	background: url('../images/research/3.gif');
}

#imageMenu ul li.urban a {
	background: url('../images/research/4.gif');
}

#imageMenu ul li.abstract a {
	background: url('../images/research/5.gif');
}
#imageMenu ul li.six a {
	background: url('../images/research/6.gif');
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


