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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 725px;
	height: 250px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}


#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:96px;
	height: 250px;
}


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

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

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

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

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

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

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


.clear {
	clear: both;
}

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

