/* NAV
----------------------------------------*/

#nav {
	height: 35px;
	background: url(../images/icons/bg-nav.gif) repeat-x;
	text-align: left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	color: #034829;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	background: url(../images/icons/nav-divider.gif) no-repeat right 0;
	text-decoration: none;
}
#nav a:hover {
	background: #B5C7C0 url(../images/icons/nav-divider.gif) no-repeat right 0;
}

/* PAGE IDS 
----------------------------------------*/

#home #nav-home,
#about #nav-about,
#new #nav-new,
#stock #nav-stock,
#offers #nav-offers,
#business #nav-business,
#motability #nav-motability,
#finance #nav-finance,
#aftersales #nav-aftersales,
#parts #nav-parts,
#corporate #nav-corporate,
#location #nav-location,
#contact #nav-contact {
	font-weight: bold;
	background-color: #B5C7C0;
}
