/* CSS Document */

#nav {
	background: #d2cec7 url(/images/layout/nav.jpg) no-repeat;
	width: 769px;
	height: 24px;
	font-size: 14px;
	position: relative;
	z-index: 100;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	/*margin-bottom : -1px;*/
	line-height: 24px;
	
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width: 100px;
	margin-left : 0px;
	margin-top : -1px;
}

#nav li ul li{ /* second-level list items */
	background-color: #d2cec7;
	width: 100%;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 100%;
	display : block;
	color : #3e3b33;
	text-decoration : none;
}

#nav li li a {
	line-height:1.2em;
	border-bottom: 1px solid #3e3b33;
	border-top: 1px solid #fff;
	width: 100px;
}

#nav li a:hover {
	color : white;
	background-color : #3e3b33;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ------------------------------------------- custom list items ------------------------------------*/
body #nav #home {
	background: url(/images/layout/button_home.gif) no-repeat;
	height: 24px;
	width: 88px;
	text-indent: -999em;
}
body #nav #about-us {
	background: url(/images/layout/button_about.gif) no-repeat;
	height: 24px;
	width: 85px;
	text-indent: -999em;
}
body #nav #employers {
	background: url(/images/layout/button_employers.gif) no-repeat;
	height: 24px;
	width: 87px;
	text-indent: -999em;
}
body #nav #current-vacancies {
	background: url(/images/layout/button_vacancies.gif) no-repeat;
	height: 24px;
	width: 128px;
	text-indent: -999em;
}
body #nav #service-partner {
	background: url(/images/layout/button_service.gif) no-repeat;
	height: 24px;
	width: 115px;
	text-indent: -999em;
}
body #nav #locations {
	background: url(/images/layout/button_locations.gif) no-repeat;
	height: 24px;
	width: 88px;
	text-indent: -999em;
}
body #nav #payroll-services {
	background: url(/images/layout/button-payroll.gif) no-repeat;
	height: 24px;
	width: 115px;
	text-indent: -999em;
}