
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 808px;
	height: 297px;
	overflow: hidden;	
	clear: both;
	background-image: url(/Common/Img/R@IN-homePhotoBG.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 17px 0px;
	margin: 10px 0px 0px 36px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 291px;
	width: 800px;
	padding: 6px 0px 0px 6px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 5px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 155px;
	height: 286px;
}

#imageMenu ul li.rain a {
	background: url(/Common/Img/imagemenu-RAIN.jpg) repeat scroll 0%;
}

#imageMenu ul li.meea a {
	background: url(/Common/Img/imagemenu-MEEA.jpg) repeat scroll 0%;
}

#imageMenu ul li.neep a {
	background: url(/Common/Img/imagemenu-NEEP.jpg) repeat scroll 0%;
}

#imageMenu ul li.seen a {
	background: url(/Common/Img/imagemenu-SEEN.jpg) repeat scroll 0%;
}

#imageMenu ul li.wsp a {
	background: url(/Common/Img/imagemenu-WSP.jpg) repeat scroll 0%;
	border-right: none;
}

.clear {
	clear: both;
}

/*************************************************************/

