/*** whole navigation bar ***/
ul#nav {
	background: url(/img/nav/bg_nav.gif) repeat-x;
	height: 40px;
	list-style: none;
}

ul#nav li {
	display: inline;
	height: 40px;
}

ul#nav li a {
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
}

span.access {
	margin-left: -999em;
	font-size: 10px;
}


/*** about us button ***/
ul#nav li#home a {
	width: 67px;
	background: url(/img/nav/home.gif) top no-repeat;
}

ul#nav li#home a:hover, ul#nav li#home a.link_active {
	background-position: bottom;
}


/*** about us button ***/
ul#nav li#about a {
	width: 92px;
	background: url(/img/nav/about.gif) top no-repeat;
}

ul#nav li#about a:hover, ul#nav li#about a.link_active {
	background-position: bottom;
}


/*** sap candidates button ***/
ul#nav li#candidates a {
	width: 123px;
	background: url(/img/nav/candidates.gif) top no-repeat;
}

ul#nav li#candidates a:hover, ul#nav li#candidates a.link_active {
	background-position: bottom;
}

/*** sap clients button ***/
ul#nav li#clients a {
	width: 97px;
	background: url(/img/nav/clients.gif) top no-repeat;
}

ul#nav li#clients a:hover, ul#nav li#clients a.link_active {
	background-position: bottom;
}


/*** job listings button ***/
ul#nav li#job_listings a {
	width: 99px;
	background: url(/img/nav/job_listings.gif) top no-repeat;
}

ul#nav li#job_listings a:hover, ul#nav li#job_listings a.link_active {
	background-position: bottom;
}


/*** contact us button ***/
ul#nav li#contact a {
	width: 99px;
	background: url(/img/nav/contact.gif) top no-repeat;
}

ul#nav li#contact a:hover, ul#nav li#contact a.link_active {
	background-position: bottom;
}