/* NAV
----------------------------------------*/

#nav {
	padding: 5px 5px 0 5px;
	height: 30px;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 1px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	text-decoration: none;
	color: #879CB3;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
}
#nav a:active, #nav a:focus {}

/* PAGE IDS 
----------------------------------------*/

#home #nav-home a,
#about #nav-about a,
#new #nav-new a,
#stock #nav-stock a,
#newcars #nav-newcars a,
#business #nav-business a,
#motability #nav-motability a,
#finance #nav-finance a,
#aftersales #nav-aftersales a,
#parts #nav-parts a,
#corporate #nav-corporate a,
#location #nav-location a,
#contact #nav-contact a {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
