
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 712px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	text-align: center;
	
	}

#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: 84px;
	height: 200px;
}

#imageMenu ul li.news a {
	background: url(images/face.jpg) repeat scroll 0%;
}

#imageMenu ul li.downloads a {
	background: url(images/binary.jpg) repeat scroll 0%;
}

#imageMenu ul li.djs a {
	background: url(images/djs.jpg) repeat scroll 0%;
}

#imageMenu ul li.events a {
	background: url(images/dickies.jpg) repeat scroll 0%;
}

#imageMenu ul li.previous a {
	background: url(images/previous.jpg) repeat scroll 0%;
}

#imageMenu ul li.contactme a {
	background: url(images/contactme.jpg) repeat scroll 0%;
}
#imageMenu ul li.gallery a {
	background: url(images/gallery.jpg) repeat scroll 0%;
}
#imageMenu ul li.forum a {
	background: url(images/forum.jpg) repeat scroll 0%;
	width: 373px;
}


.clear {
	clear: both;
}

/*************************************************************/


