
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 630px;
	height: 207px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 207px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -3000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:156px;
	height: 207px;
}

#imageMenu ul li #hrpeople {
	border-right: 0;
	width:155px;
}

#about #imageMenu ul li a {
	cursor:default;
}

#imageMenu ul li a:hover {
	text-indent: 0;
	color:#FFFFFF;
	text-decoration:none;
}

#imageMenu ul li a:hover div {
margin-left: 105px;
margin-top:30px;
width:230px;
height:156px;
background-color:#5d6d80;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
}

#about #imageMenu ul li a:hover div {
margin-left: 165px;
margin-top:30px;
width:206px;
height:140px;
text-align:justify;
background-color:#5d6d80;
filter:alpha(opacity=100);
opacity: 0.8;
-moz-opacity:0.8;
}

#imageMenu ul li a:hover div p {
	padding:0 10px 0 10px;
	font-weight:normal;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:13px;
	margin-bottom:0.5em;
}

#imageMenu ul li a:hover div p:first-child {
	padding:10px 10px 0 10px;
}

#about #imageMenu ul li a:hover div p {
	padding:0;
}

#imageMenu ul li.checkpoint-panel a { background: url(images/checkpoint.jpg) repeat scroll 0%; }
#imageMenu ul li.impetus-panel a { background: url(images/hr.jpg) repeat scroll 0%; }
#imageMenu ul li.manage-panel a { background: url(images/impetus.jpg) repeat scroll 0%; }
#imageMenu ul li.hr-panel a {	background: url(images/perform.jpg) repeat scroll 0%; border-right:0;}
#imageMenu ul li.john-panel a { background: url(images/john.jpg) repeat scroll 0%; }
#imageMenu ul li.jeremy-panel a { background: url(images/jeremy.jpg) repeat scroll 0%; }
#imageMenu ul li.martin-panel a { background: url(images/martin.jpg) repeat scroll 0%; }
#imageMenu ul li.team-panel a {	background: url(images/team.jpg) repeat scroll 0%; border-right:0;}

#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

