
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#imageMenu {
	position: relative;
	width: 459px;
	height: 220px;
	padding-left: 157px;
	overflow: hidden;	
	clear: both;
	background-image: url(/Common/Img/AZWater-homeImage.jpg);
	background-repeat: no-repeat;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 220px;
	width: 616px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#imageMenu ul li {float: left;}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF url(none) no-repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 116px;
	height: 220px;
}

#imageMenu ul li.menuLinks a {
	background: url(/Common/Img/imagemenu-RAIN.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.menuAbout a {
	background: url(/Common/Img/AZWater-menuAbout.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.menuCommittees a {
	background: url(/Common/Img/AZWater-menuCommittees.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.menuResources a {
	background: url(/Common/Img/AZWater-menuResources.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.menuEvents a {
	background: url(/Common/Img/AZWater-menuEvents.jpg) no-repeat scroll 0%;
	border-right: none;
}

.clear {
	clear: both;
}

/*************************************************************/


