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

	Image Menu
	v 2.2

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


#imageMenu {
	position: absolute;
        left: 240px;
	top: 0px;
	width: 700px;
	height: 200px;
	overflow: hidden;
        z-index: 1;
}



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

#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:98px;
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

