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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	left:5px ;
	width: 620px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:65px;
	height: 200px;
}

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

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

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

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

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

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

#imageMenu ul li.U17B a {
	background: url(images/007.jpg) repeat scroll 0%;
}
#imageMenu ul li.U18B a {
	background: url(images/005.jpg) repeat scroll 0%;
}


.clear {
	clear: both;
}

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