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

	Image Menu
	v 2.0

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


#imageMenu {
	position: relative;
	width: 790px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}



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

	}

#imageMenu ul li {
	float: left;
}

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


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

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

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

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

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

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

#imageMenu ul li.contact a {
	background: url(../images/slidecontact.png) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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

