#imageMenu/**************************************************************

	Image Menu
	v 2.2

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


 {
	position: absolute;
	width: 305px;
	height: 160px;
	top: 0px;
	z-index: 6;
	left: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left;
}



#imageMenu ul {
	list-style: none;
	margin: 5px;
	display: block;
	height: 150px;
	width: 330px;
	}

#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:55px;
	height:150px;
	background:#FFFFFF none no-repeat scroll 0%;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #FFF;
}

#imageMenu   ul   li.cash   a {
	background-attachment: scroll;
	background-image: url(images/aux/contributions.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
#imageMenu   ul   li.vehicle a  {
	background-attachment: scroll;
	background-image: url(images/aux/vehicle.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
#imageMenu  ul  li.household  a {
	background-attachment: scroll;
	background-image: url(images/aux/household.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
#imageMenu  ul  li.planned  a {
	background: url(images/aux/legacy_gift.jpg) no-repeat scroll 0%;
}
#imageMenu  ul  li.volunteers  a {
	background: url(images/aux/volunteers.jpg) no-repeat scroll 0%;
}
.clear {
	clear: both;
}

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