
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 768px;
	height: 200px;
	overflow: hidden;
       
        
}



#imageMenu ul {
	list-style: none;
	display: block;
	height: 200px;
	width: 1536px;
      
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1536px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.home a {
	background: url(images/home.jpg) repeat scroll 0%;

}

#imageMenu ul li.about a {
	background: url(images/about.jpg) repeat scroll 0%;

}

#imageMenu ul li.services a {
	background: url(images/services.jpg) repeat scroll 0%;
}

#imageMenu ul li.advantages a {
	background: url(images/advantages.jpg) repeat scroll 0%;

}

#imageMenu ul li.communications a {
	background: url(images/communications.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.tradeshow a {
	background: url(images/tradeshow.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.clients a {
	background: url(images/clients.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	width: 310px;

}
.clear {
	clear: both;
        
}

/*************************************************************/


