/*************************************************************************
	EquityFD: www.equityfc.com
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	append-subnav.css
	PURPOSE:	styles and colour variations for sub nav
*************************************************************************/



.sub-nav {
	list-style: none;
	}

.sub-nav a {
	display: block;
	font-family: arial, verdana, sans-serif;
	padding: 6px 15px !important;
	color: #fff;
	text-decoration: none;
	height: 1%;
	}

.sub-nav li {
	border-bottom: 1px solid #c4c8db;
	}

.sub-nav li li {
	list-style: none;
	border-top: 1px solid #c4c8db;
	border-bottom: 0px;
	}
	
.sub-nav li li a {
	border-bottom: 0px;
	padding: 6px 15px 6px 30px !important;
	}




/*---------[ about section ]---------*/	
.main-about .sub-nav a {
	background: #776f8d;
	}
	
.main-about .sub-nav li a:hover,
.main-about .sub-nav li a:active,
.main-about .sub-nav li a:focus,
.main-about .sub-nav li.here a {
	background: #534d62;
	color:#fff;
	}




/*---------[ testimonials section ]---------*/
.main-test .sub-nav a {
	background: #71668d;
	}
	
.main-test .sub-nav li a:hover,
.main-test .sub-nav li a:active,
.main-test .sub-nav li a:focus,
.main-test .sub-nav li.here a {
	background: #4f4762;
	color:#fff;
	}




/*---------[ candidates section ]---------*/
.main-cand .sub-nav a {
	background: #886999;
	}
	
.main-cand .sub-nav li a:hover,
.main-cand .sub-nav li a:active,
.main-cand .sub-nav li a:focus,
.main-cand .sub-nav li.here a {
	background: #5f496b;
	color:#fff;
	}





/*---------[ interims section ]---------*/
.main-inte .sub-nav a {
	background: #9b6881;
	}
	
.main-inte .sub-nav li a:hover,
.main-inte .sub-nav li a:active,
.main-inte .sub-nav li a:focus,
.main-inte .sub-nav li.here a {
	background: #6c495a;
	color:#fff;
	}




/*---------[ news section ]---------*/
.main-news .sub-nav a {
	background: #9d4d75;
	}
	
.main-news .sub-nav li a:hover,
.main-news .sub-nav li a:active,
.main-news .sub-nav li a:focus,
.main-news .sub-nav li.here a {
	background: #6e3652;
	color:#fff;
	}
	
.main-news .sub-nav li li {
	border-top: 1px solid #cea6ba;
	}

.main-news .sub-nav li li a,	
.main-news .sub-nav li.here li a {
	background: #bb839f;
	}

.main-news .sub-nav li li a:hover,
.main-news .sub-nav li li a:active,
.main-news .sub-nav li li a:focus,
.main-news .sub-nav li.li here a {
	background: #6e3652 !important;
	color:#fff;
	}
	