/*************************************************************************
	EquityFD: www.equityfd.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;
	}

.sub-nav li {
	border-bottom: 1px solid #c4c8db;
	}




/*---------[ about section ]---------*/	
.main-about .sub-nav a {
	background: #8991b7;
	}
	
.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: #6e7492;
	color:#fff;
	}




/*---------[ business section ]---------*/
.main-busi .sub-nav a {
	background: #8695b4;
	}
	
.main-busi .sub-nav li a:hover,
.main-busi .sub-nav li a:active,
.main-busi .sub-nav li a:focus,
.main-busi .sub-nav li.here a {
	background: #6b7790;
	color:#fff;
	}




/*---------[ business section ]---------*/
.main-appr .sub-nav a {
	background: #8198af;
	}
	
.main-appr .sub-nav li a:hover,
.main-appr .sub-nav li a:active,
.main-appr .sub-nav li a:focus,
.main-appr .sub-nav li.here a {
	background: #677a8c;
	color:#fff;
	}




/*---------[ testimonials section ]---------*/
.main-test .sub-nav a {
	background: #7c9baa;
	}
	
.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: #637c88;
	color:#fff;
	}




/*---------[ interims section ]---------*/
.main-inte .sub-nav a {
	background: #789ea6;
	}
	
.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: #607e85;
	color:#fff;
	}




/*---------[ news section ]---------*/
.main-news .sub-nav a {
	background: #73a1a1;
	}
	
.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: #5c8181;
	color:#fff;
	}
	