﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	width: 700px;
	height: 299px;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#imageMenu ul {
	list-style: none;
	margin: 0px auto 0px auto;
	display: block;
	height: 299px;
	width: 612px;
}

#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: 200px;
	height: 299px;
}
#imageMenu ul li.LargeMedium a {
	background: url('../images/Title1.jpg') repeat scroll 0%;
}
#imageMenu ul li.Small a {
	background: url('../images/Title2.jpg') repeat scroll 0%;
}
#imageMenu ul li.Career a {
	background: url('../images/Title3.jpg') repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/



