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

	Image Menu
	v 2.2

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


#imageMenu {
	width: 534px;
	height: 295px;
	overflow: hidden;
	margin-left:-39px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 295px;
	width: 1100px;
	
	}

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

#imageMenu ul li.community a {
	background: url(images/community_nav.png) repeat scroll 0%;
	width: 350px;
}

.clear {
	clear: both;
}

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

