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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 100px;
	overflow: hidden;
}



#imageMenu ul {  
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 720px; /* width size when start */
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000 none repeat scroll 100%;
	border-right: 1px solid #666;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 100px;
}

#imageMenu ul li.directing a {
	background: url(home-directing.gif) repeat scroll 100%;
}

#imageMenu ul li.graphic a {
	background: url(home-graphic.gif) repeat scroll 50%;
}

#imageMenu ul li.about a {
	background: url(home-about.gif) repeat scroll 100%;
}

#imageMenu ul li.services a {
	background: url(home-services.gif) repeat scroll 100%;
}

#imageMenu ul li.contact a {
	background: url(home-contact.gif) repeat scroll 100%;
	width: 310px;
}

.clear {
	clear: both;
}

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

