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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 720px;
	height: 150px;
	overflow: hidden;
	border: 2px solid #C69C6D;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: transparent none repeat scroll 0%;
	border-right: 2px solid #C69C6D;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:89px;
	height: 150px;
}

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

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

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

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

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

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

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

#imageMenu ul li a span{
	display:block;
	overflow:hidden;
	position: relative;
	width:310px;
	height: 150px;
}

#imageMenu ul li.AA a span{
	background: url(images/1.png) repeat scroll 0%;
}

#imageMenu ul li.BB a span{
	background: url(images/2.png) repeat scroll 0%;
}

#imageMenu ul li.CC a span{
	background: url(images/3.png) repeat scroll 0%;
}

#imageMenu ul li.DD a span{
	background: url(images/4.png) repeat scroll 0%;
}

#imageMenu ul li.EE a span {
	background: url(images/5.png) repeat scroll 0%;
}
#imageMenu ul li.FF a span{
	background: url(images/6.png) repeat scroll 0%;
}

#imageMenu ul li.GG a span{
	background: url(images/7.png) repeat scroll 0%;
}

#imageMenu ul li.HH a span {
	background: url(images/8.png) repeat scroll 0%;
}
.clear {
	clear: both;
}

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


