/*************************************************************************
	EquityFD: www.equityfd.com
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	append-nav.css
	PURPOSE:	styles and colour variations for main nav
*************************************************************************/




/*---------[ nav row ]---------*/
#nav {
	width: 768px;
	}




/*---------[ nav ]---------*/
#nav ul {
	list-style: none;
	}

#nav li {
	float:left;
	margin:0 0 0 1px;
	padding:0;
	border-bottom: 1px solid #fdfdfd;
	background: #525252;
	}
	
#nav li.home {
	background: #333 url("../site_images/bg-nav.gif") repeat-x;
	margin: 0 !important;
	}

#nav a {
	display: block;
	float: left;
	padding: 9px 0;
	color: #fff;
	line-height: 1em;	
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.9em;
	font-family: Arial,"Helvetica Neue","Helvetica",sans-serif;
	font-weight: bold;
	}

#nav li.home a {
	width: 78px;
	}
	
#nav li.abou {
	background: #43395e url("../site_images/bg-nav-about.gif") repeat-x;
	}
#nav li.abou a {
	width: 132px;
	}

#nav li.test {
	background: #3b2e5e url("../site_images/bg-nav-testimonials.gif") repeat-x;
	}
#nav li.test a {
	width: 119px;
	}
	
#nav li.cand {
	background: #54286d url("../site_images/bg-nav-cand.gif") repeat-x;
	}
#nav li.cand a {
	width: 107px;
	}
	
#nav li.jobs {
	background: #502642 url("../site_images/bg-nav-jobs.gif") repeat-x;
	}
#nav li.jobs a {
	width: 124px;	
	}
	
#nav li.inte {
	background: #70264b url("../site_images/bg-nav-interims.gif") repeat-x;
	}
#nav li.inte a {
	width: 80px;
	}
	
#nav li.news {
	background: #730039 url("../site_images/bg-nav-news.gif") repeat-x;
	}
#nav li.news a {
	width: 122px	
	}

li.home a:hover,
li.home a:active,
li.home a:focus {
	background: #656565;
	}
	
li.abou a:hover,
li.abou a:active,
li.abou a:focus {
	background: #43395e;
	}
	
li.test a:hover,
li.test a:active,
li.test a:focus {
	background: #3b2e5e;
	}
	
li.cand a:hover,
li.cand a:active,
li.cand a:focus {
	background: #54286d;
	}
	
li.jobs a:hover,
li.jobs a:active,
li.jobs a:focus {
	background: #502642;
	}
	
li.inte a:hover,
li.inte a:active,
li.inte a:focus {
	background: #70264b;
	}
	
li.news a:hover,
li.news a:active,
li.news a:focus {
	background: #730039;
	}




/*---------[ home active ]---------*/
.nav-home {
	border-bottom: 5px solid #656565;
	}

.nav-home li.home {
	border-bottom: 1px solid #656565 !important;
	}




/*---------[ about active ]---------*/	
.nav-about {
	border-bottom: 5px solid #43395e;
	}

.nav-about li.abou {
	border-bottom: 1px solid #43395e !important;
	}




/*---------[ testimonials active ]---------*/
.nav-test {
	border-bottom: 5px solid #3b2e5e;
	}

.nav-test li.test {
	border-bottom: 1px solid #3b2e5e !important;
	}




/*---------[ candidates active ]---------*/
.nav-cand {
	border-bottom: 5px solid #54286d;
	}

.nav-cand li.cand {
	border-bottom: 1px solid #54286d !important;
	}




/*---------[ jobs active ]---------*/
.nav-jobs {
	border-bottom: 5px solid #502642;
	}

.nav-jobs li.jobs {
	border-bottom: 1px solid #502642 !important;
	}



/*---------[ interims active ]---------*/
.nav-inte {
	border-bottom: 5px solid #70264b;
	}

.nav-inte li.inte {
	border-bottom: 1px solid #70264b !important;
	}




/*---------[ news active ]---------*/
.nav-news {
	border-bottom: 5px solid #730039;
	}

.nav-news li.news {
	border-bottom: 1px solid #730039 !important;
	}
