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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 690px;
	height: 200px;
	overflow: hidden;
}



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

#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: 72px;  /* The compressed width */
	height: 200px;
	
}

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

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

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

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

#imageMenu ul li.sponsors a {
	background: url(images/sponsorsT.jpg) repeat scroll 0%;
	border-right: 2px solid #000;
}

.clear {
	clear: both;
}

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

