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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 935px;
	height: 200px;
	overflow: hidden;
}



#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: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:187px;
	height: 200px;
}

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

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

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

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

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



.clear {
	clear: both;
}

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

