
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 1015px; /* 500 */
	_width: 975px;
	height: 153px; /*200*/
	overflow: hidden;
	margin-left: -28px;
	_margin-left: 12px;
	_margin-right: -28px;/*-28*/
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 153px; /*200*/
	width: 2010px; /* 1000 */
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:195px; /* 98 */
	height: 153px;/*200*/
}

#imageMenu ul li.training a {
	background: url(../images/menutrainingoff.jpg) repeat scroll 0%;
}

#imageMenu ul li.training a:hover {
	background: url(../images/menutraining.jpg) repeat scroll 0%;
}

#imageMenu ul li.employers a {
	background: url(../images/menuemployersoff.jpg) repeat scroll 0%;
}

#imageMenu ul li.employers a:hover {
        background: url(../images/menuemployers.jpg) repeat scroll 0%;
}

#imageMenu ul li.jobseekers a {
	background: url(../images/menujobseekersoff.jpg) repeat scroll 0%;
}

#imageMenu ul li.jobseekers a:hover {
        background: url(../images/menujobseekers.jpg) repeat scroll 0%;
}

/*#imageMenu ul li.workexp a {
	background: url(../images/menuworkexpoff.jpg) repeat scroll 0%;
}

#imageMenu ul li.workexp a:hover {
        background: url(../images/menuworkexp.jpg) repeat scroll 0%;
}*/

#imageMenu ul li.insidestatus a {
	background: url(../images/menuinsidestatusoff.jpg) repeat scroll 0%;
/*	width: 310px;*/
}

#imageMenu ul li.insidestatus a:hover {
        background: url(../images/menuinsidestatus.jpg) repeat scroll 0%;
	/*width: 310px; */
}

#imageMenu ul li.contact a {
  background: url(../images/menucontactoff.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a:hover {
  background: url(../images/menucontact.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

