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

	Image Menu
	v 2.2

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


#imageMenu {

	overflow: hidden;
	margin-left:256px;
	width: 510px;
	height: 98px;
	background: #0D0D0D;
	border-left: 2px solid #0D0D0D;
	border-bottom: 2px solid #0D0D0D;
		border-right: 2px solid #0D0D0D;
}



#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:#0D0D0D none repeat scroll 0%;
	border-right: 2px solid #0D0D0D;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 86px;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

