.nav {
	background: transparent url('../images/menu.jpg') no-repeat scroll 0 0;
	position: relative;
	top: 0;
	left: 0;
	width: 647px;
	height: 85px;
	margin: 0 0 0 331px;
	padding: 0;
	border: 0;
	z-index: 200;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 85px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

/* * * * * * * * * * * HOME * * * * * * * * * * */
.nav .home a:link, .nav .home a:visited {
	left: 0;
	width: 106px;
}
.nav .home a:hover, .nav .home a:focus {
	background: url('../images/menu.jpg') no-repeat 0 -85px;
}
.nav .home a:active {
	background: url('../images/menu.jpg') no-repeat 0 -171px;
}
.current-home .home a:link, .current-home .home a:visited {
	background: url('../images/menu.jpg') no-repeat 0 -85px;
	cursor: default;
}
.nav-home, .nav-home-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 106px;
	height: 85px;
	background: url('../images/menu.jpg') no-repeat 0 -85px;
}
.nav-home-click {
	background: url('../images/menu.jpg') no-repeat 0 -171px;
}

/* * * * * * * * * * * ABOUT * * * * * * * * * * */
.nav .about a:link, .nav .about a:visited {
	left: 106px;
	width: 130px;
}
.nav .about a:hover, .nav .about a:focus {
	background: url('../images/menu.jpg') no-repeat -106px -85px;
}
.nav .about a:active {
	background: url('../images/menu.jpg') no-repeat -106px -171px;
}
.current-about .about a:link, .current-about .about a:visited {
	background: url('../images/menu.jpg') no-repeat -106px -85px;
	cursor: default;
}
.nav-about, .nav-about-click {
	position: absolute;
	top: 0;
	left: 106px;
	width: 130px;
	height: 85px;
	background: url('../images/menu.jpg') no-repeat -106px -85px;
}
.nav-about-click {
	background: url('../images/menu.jpg') no-repeat -106px -171px;
}

/* * * * * * * * * * * EMPLOYERS * * * * * * * * * * */
.nav .employers a:link, .nav .employers a:visited {
	left: 236px;
	width: 120px;
}
.nav .employers a:hover, .nav .employers a:focus {
	background: url('../images/menu.jpg') no-repeat -236px -85px;
}
.nav .employers a:active {
	background: url('../images/menu.jpg') no-repeat -236px -171px;
}
.current-employers .employers a:link, .current-employers .employers a:visited {
	background: url('../images/menu.jpg') no-repeat -236px -85px;
	cursor: default;
}
.nav-employers, .nav-employers-click {
    position: absolute;
	top: 0;
	left: 236px;
	width: 120px;
	height: 85px;
	background: url('../images/menu.jpg') no-repeat -236px -85px;
}
.nav-employers-click {
	background: url('../images/menu.jpg') no-repeat -236px -171px;
}

/* * * * * * * * * * * EMPLOYEES * * * * * * * * * * */
.nav .employees a:link, .nav .employees a:visited {
	left: 358px;
	width: 156px;
}
.nav .employees a:hover, .nav .employees a:focus {
	background: url('../images/menu.jpg') no-repeat -358px -85px;
}
.nav .employees a:active {
	background: url('../images/menu.jpg') no-repeat -358px -171px;
}
.current-employees .employees a:link, .current-employees .employees a:visited {
	background: url('../images/menu.jpg') no-repeat -358px -85px;
	cursor: default;
}
.nav-employees, .nav-employees-click {
	position: absolute;
	top: 0;
	left: 358px;
	width: 156px;
	height: 85px;
	background: url('../images/menu.jpg') no-repeat -358px -85px;
}
.nav-employees-click {
	background: url('../images/menu.jpg') no-repeat -358px -171px;
}

/* * * * * * * * * * * CONTACT * * * * * * * * * * */
.nav .contact a:link, .nav .contact a:visited {
	left: 516px;
	width: 129px;
}
.nav .contact a:hover, .nav .contact a:focus {
	background: url('../images/menu.jpg') no-repeat -516px -85px;
}
.nav .contact a:active {
	background: url('../images/menu.jpg') no-repeat -516px -171px;
}
.current-contact .contact a:link, .current-contact .contact a:visited {
	background: url('../images/menu.jpg') no-repeat -516px -85px;
	cursor: default;
}
.nav-contact, .nav-contact-click {
	position: absolute;
	top: 0;
	left: 516px;
	width: 129px;
	height: 85px;
	background: url('../images/menu.jpg') no-repeat -516px -85px;
}
.nav-contact-click {
	background: url('../images/menu.jpg') no-repeat -516px -171px;
}
