
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 550px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1050px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1050px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

.imageMenu ul li.Europe a {
	background: url(images/Europe.jpg) repeat scroll 0%;
}

.imageMenu ul li.Chicago a {
	background: url(images/Chicago.jpg) repeat scroll 0%;
}

.imageMenu ul li.New_Orleans a {
	background: url(images/New_Orleans.jpg) repeat scroll 0%;
}

.imageMenu ul li.Turkey a {
	background: url(images/Turkey.jpg) repeat scroll 0%;
}

.imageMenu ul li.Sri_Lanka a {
	background: url(images/Sri_Lanka.jpg) repeat scroll 0%;
}

.imageMenu ul li.Penn a {
	background: url(images/Penn.jpg) repeat scroll 0%;
}

.imageMenu ul li.AACC a {
	background: url(images/AACC.jpg) repeat scroll 0%;
}

.imageMenu ul li.UMD a {
	background: url(images/Maryland.jpg) repeat scroll 0%;
}

.imageMenu ul li.Thesis a {
	background: url(images/Thesis.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

