@charset "utf-8";
/* CSS Document */

#services-nav {
	float: left;
	list-style: none;
	margin: 0px 0 0px 0;
	width:180px;
	padding: 0;
}
#services-nav li {
	float: left;
	margin: 10px 0 0 0px;
	padding: 0;
}
#services-nav li a {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}
#services-nav li a:hover {
	background-position: -153px 0;
}

#services-nav li a.current, #services-nav li a.current:hover {
	background-position: -153px 0;
}
#services-nav0 {
	width: 153px;
	height: 14px;
	background: url(../images/common/nav/subnavs/contract.gif) 0 0 no-repeat;
}
#services-nav1 {
	width: 153px;
	height: 16px;
	background: url(../images/common/nav/subnavs/spot-hire.gif) 0 0 no-repeat;
}
#services-nav2 {
	width: 153px;
	height: 14px;
	background: url(../images/common/nav/subnavs/custom-specialised.gif) 0 0 no-repeat;
}
#services-nav3 {
	width: 153px;
	height: 28px;
	background: url(../images/common/nav/subnavs/training-consultancy.gif) 0 0 no-repeat;
}
#services-nav4 {
	width: 153px;
	height: 14px;
	background: url(../images/common/nav/subnavs/pallet.gif) 0 0 no-repeat;
}
#services-nav5 {
	width: 153px;
	height: 14px;
	background: url(../images/common/nav/subnavs/services.gif) 0 0 no-repeat;
}


/* Titles */

.contract {
	display:block;
	width:280px;
	height:27px;
	text-indent:-1000em;
	background-image:url(../images/titles/contract.gif);
	}

.spot-hire {
	display:block;
	width:350px;
	height:32px;
	text-indent:-1000em;
	background-image:url(../images/titles/spot-hire.gif);
	}

.custom {
	display:block;
	width:580px;
	height:33px;
	text-indent:-1000em;
	background-image:url(../images/titles/custom-specialised.gif);
	}
	
.training {
	display:block;
	width:580px;
	height:33px;
	text-indent:-1000em;
	background-image:url(../images/titles/training-consultancy.gif);
	}
.pallet {
	display:block;
	width:580px;
	height:33px;
	text-indent:-1000em;
	background-image:url(../images/titles/pallet.gif);
	}
	
.services {
	display:block;
	width:123px;
	height:27px;
	text-indent:-1000em;
	background-image:url(../images/titles/services.gif);
	}
.meet-the-team {
	display:block;
	width:233px;
	height:27px;
	text-indent:-1000em;
	background-image:url(../images/titles/meet-the-team.gif);
	}
