/* @override http://www.neomansland.info/wp-content/themes/options/imagemenu/imageMenu.css */

/* @override http://www.neomansland.info/wp-content/themes/options/imagemenu/imageMenu.css */

/**************************************************************
	Image Menu
	v 2.2
**************************************************************/

#imageMenu {
	position: relative;
	width: 295px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	display: block;
	width: 1000px;
	height: 171px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll;
	border-right: 1px solid #dcedfd;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 171px;
	width: 59px;
}

#imageMenu ul li.landscapes a {
	background: url(images/landscape.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

