#nav {
	margin:0;
	padding:0;
	position:relative;
	z-index:15;
	height:325px;
	font-size:0.9em;
	_margin-top:-5px;
}

#nav li {
	margin:0;
	height:37px;
	width:179px;
	position:relative;
	text-indent:-900em;
	list-style:none;
	display:block;
	position:absolute;
	z-index:15;
	left: -1px;
}

#nav li a {
	height:37px;
	display:block;
	text-decoration:none;
}	

#nav li ul {
	padding:0;
	margin:0;
	position:absolute;
	display:none;
	width:179px;
	background:#FF3333;
	z-index:5;
	text-indent:0;
	left:179px;
	top:0px;
	z-index:15;
}

#nav li ul li ul {
	left:-900em;
}

#nav li ul li:hover ul, #nav li ul li.over ul {
left:179px;
_left:189px;
}

#nav li ul li {
	padding:0;
	margin:0;
	text-indent:0;
	position:relative;
	height:auto;
	top:0;
	z-index:15;
}

#nav li ul li a {
	padding:0;
	margin:0;
	color:#fff;
	height:auto;
	padding:5px;
	border-top:1px solid #284459;
	display:block;
	_width:100%;
	_height:100%;
}

#nav li ul li a:hover {
	background: #333366;
}

#nav li:hover ul, #nav li.over ul, #nav li a:hover ul {
	margin:0;
	padding:0;
	display:block;
}




/*------------------------------------------*/



#home {
	top:0;
	background: url(/images/layout/hover_home.gif) top left no-repeat;	
}

#home a:hover, #home.over, #home.currentpage {
	background: url(/images/layout/hover_home.gif) bottom left no-repeat;
}

#employers {
top:37px;
	
	background: url(/images/layout/hover_employers.gif) top left no-repeat;
}

#employers a:hover, #employers.over, #employers.currentpage {
	background: url(/images/layout/hover_employers.gif) bottom left no-repeat;
}

#jobseekers {
top:74px;

	background: url(/images/layout/hover_jobseekers.gif) top left no-repeat;	
}

#jobseekers a:hover, #jobseekers.over, #jobseekers.currentpage {
	background: url(/images/layout/hover_jobseekers.gif) bottom left no-repeat;
}

#jobtraining {
top:111px;

	background: url(/images/layout/home_jobtraining.gif) top left no-repeat;	
}

#jobtraining a:hover, #jobtraining.over, #jobtraining.currentpage {
	background: url(/images/layout/home_jobtraining.gif) bottom left no-repeat;
}

#aboutus {
	top:112px;
	background: url(/images/layout/hover_aboutus.gif) top left no-repeat;
}

#aboutus a:hover, #aboutus.over, #aboutus.currentpage {
	background: url(/images/layout/hover_aboutus.gif) bottom left no-repeat;
}

#newsletter {
top:185px;

	background: url(/images/layout/hover_newsletter.gif) top left no-repeat;
}

#newsletter a:hover, #newsletter.over, #newsletter.currentpage {
	background: url(/images/layout/hover_newsletter.gif) bottom left no-repeat;
}

#links {
	top:148px;
	background: url(/images/layout/hover_links.gif) top left no-repeat;
}

#links a:hover, #links.over, #links.currentpage {
	background: url(/images/layout/hover_links.gif) bottom left no-repeat;
}

#contactus {
	top:185px;
	background: url(/images/layout/hover_contactus.gif) top left no-repeat;
}

#contactus a:hover, #contactus.over, #contactus.currentpage {
	background: url(/images/layout/hover_contactus.gif) bottom left no-repeat;
}
