
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
	border-bottom: 1px solid #797979;
	border-top: 1px solid #797979;
}

#imageMenu a:hover{background-color:transparent!important; padding:0!important; margin:0!important; }


#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:114px;
	height: 200px;
}

#imageMenu ul li.healthfsa a {
	background: url(images/healthfsa.jpg) repeat scroll 0%;
}

#imageMenu ul li.daycarefsa a {
	background: url(images/daycarefsa.jpg) repeat scroll 0%;
}

#imageMenu ul li.commute a {
	background: url(images/commute.jpg) repeat scroll 0%;
}

#imageMenu ul li.hra a {
	background: url(images/hra.jpg) repeat scroll 0%;
}

#imageMenu ul li.knowledge a {
	background: url(images/knowledge.jpg) repeat scroll 0%;
}

#imageMenu ul li.employeragent a {
	background: url(images/employeragent.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

