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

	Image Menu
	v 2.2

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


#imageMenu {
	clear: both;
	margin-left: -80px;
	width: 901px;
	height: 303px;
	overflow: hidden;
	clear: both;
	position:relative;

}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 303px;
	width: 905px;
	overflow: hidden;
	-moz-padding-start: 0px;
}

#imageMenu ul li {
	float: left;
	position: relative;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#231F20 none repeat scroll 0%;
	border-right: 2px solid #231F20;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:177px;
	height: 303px;
}

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

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

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

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

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

}

.clear {
	clear: both;
}

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