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

	Image Menu
	v 2.2

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


#imageMenu {
	height:240px;
	position: relative;
	width: 654px;
	height: 200px;
	margin: auto;
	border-style:none;
	overflow: hidden;
}



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

#imageMenu ul li 
{
float: left;
}

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

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

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

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

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

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

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


/* Second lot*/

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

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

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

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

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


.clear {
	clear: both;
}

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