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

	Image Menu
	v 2.2

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


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



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

#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:67px;
	height: 200px;
}

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

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

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

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

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

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

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


.clear {
	clear: both;
}

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

