
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 370px;
	height: 95px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:145px;
	height: 95px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#imageMenu ul li.memorial_1 a {
	background-image: url(../images/main_memorial_1.gif);
	background-repeat: no-repeat;

}

#imageMenu ul li.memorial_2 a {
	background-image: url(../images/main_memorial_2.gif);
	background-repeat: no-repeat;
}

#imageMenu ul li.memorial_3 a {
	background-image: url(../images/main_memorial_3.gif);
	background-repeat: no-repeat;
}

#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%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


