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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 960px;
	height: 70px;
	overflow: hidden;
	padding-left: 0px;
}



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

#imageMenu ul li {
	float: left;
	padding: 0px;
	border-left: 2px solid #000;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:192px;
	height: 70px;
	padding: 0px;
}

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

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

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

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

#imageMenu ul li.idC a {
	background: url(../images/slider_idC.jpg) repeat scroll 0%;
	width: 190px;
}

.clear {
	clear: both;
}

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

