/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 460px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 580px;
	
	}

.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:75px;
	height: 200px;
	max-width:301px;
}

.imageMenu ul li.mentoring a {
	background: url(images/mentoring.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.networking a {
	background: url(images/networking.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.career-transition a {
	background: url(images/career-transition.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.social a {
	background: url(images/social.jpg) no-repeat scroll 0%;
}

.imageMenu ul li.volunteer a {
	background: url(images/volunteer.jpg) repeat scroll 0%;
	width:200px;
}

.clear {
	clear: both;
}

/*************************************************************/

