/*************************************************************************
	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 ]---------*/
div#nav {
	width: 768px;
	height: 30px;
	}




/*---------[ nav ]---------*/
div#nav ul {
	list-style: none;
	}

#nav li {
	float:left;
	margin:0 0 0 1px;
	padding:0;
	border-bottom: 1px solid #fdfdfd;
	}

#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, verdana, sans-serif;
	font-weight: bold;
	}

li.home {
	background: #525252 url("../site_images/bg-nav.gif") repeat-x;
	margin: 0 !important;
	}
li.home a {
	width: 76px;
	}

li.abou {
	background: #576299 url("../site_images/bg-nav-about.gif") repeat-x;
	}
li.abou a {
	width: 132px;
	}

li.busi {
	background: #516793 url("../site_images/bg-nav-business.gif") repeat-x;
	}
li.busi a {
	width: 134px;
	}

li.appr {
	background: #4a6b8c url("../site_images/bg-nav-approach.gif") repeat-x;
	}
li.appr a {
	width: 99px;
	}
	
li.test {
	background: #447086 url("../site_images/bg-nav-testimonials.gif") repeat-x;
	}
li.test a {
	width: 119px;
	}
	
li.inte {
	background: #3d747f url("../site_images/bg-nav-interims.gif") repeat-x;
	}
li.inte a {
	width: 80px;
	}
	
li.news {
	background: #377979 url("../site_images/bg-nav-news.gif") repeat-x;
	}
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: #576299;
	}
	
li.busi a:hover,
li.busi a:active,
li.busi a:focus {
	background: #516793;
	}
	
li.appr a:hover,
li.appr a:active,
li.appr a:focus {
	background: #4a6b8c;
	}
	
li.test a:hover,
li.test a:active,
li.test a:focus {
	background: #447086;
	}
	
li.inte a:hover,
li.inte a:active,
li.inte a:focus {
	background: #3d747f;
	}
	
li.news a:hover,
li.news a:active,
li.news a:focus {
	background: #377979;
	}



/*---------[ 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 #576299;
	}

.nav-about li.abou {
	border-bottom: 1px solid #576299 !important;
	}




/*---------[ business active ]---------*/
.nav-busi {
	border-bottom: 5px solid #516793;
	}

.nav-busi li.busi {
	border-bottom: 1px solid #516793 !important;
	}




/*---------[ approach active ]---------*/
.nav-appr {
	border-bottom: 5px solid #4a6b8c;
	}

.nav-appr li.appr {
	border-bottom: 1px solid #4a6b8c !important;
	}




/*---------[ testimonials active ]---------*/
.nav-test {
	border-bottom: 5px solid #447086;
	}

.nav-test li.test {
	border-bottom: 1px solid #447086 !important;
	}




/*---------[ interims active ]---------*/
.nav-inte {
	border-bottom: 5px solid #3d747f;
	}

.nav-inte li.inte {
	border-bottom: 1px solid #3d747f !important;
	}




/*---------[ news active ]---------*/
.nav-news {
	border-bottom: 5px solid #377979;
	}

.nav-news li.news {
	border-bottom: 1px solid #377979 !important;
	}
