/* NAV
----------------------------------------*/

#nav {
	height: 35px;
	background: #333 url(../images/icons/nav.gif) repeat-x 100% 100%;
	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;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 10px 23px 10px 20px;
	background: url(../images/icons/nav-divider.gif) no-repeat right 0;
	text-decoration: none;
}
#nav a:hover {
	background: #555 url(../images/icons/nav-divider.gif) no-repeat right 0;
}
#nav a:active, #nav a:focus {}
#nav li ul {
	height: auto;
	left: -999em;
	position: absolute;
	w\idth: 151px;
	width: 152px;
}
#nav li ul a {
	background: #555;
	color: #fff;
\\	border-bottom: 1px solid #fff;
\\	border-right: 1px solid #fff;
\\	border-left: 1px solid #fff;
	border-top: none;
	w\idth: 151px;
	width: 155px;
}
#nav li ul a:hover {
	color: #fff;
	background: #434343;
}
#nav li:hover, 
#nav li.sfhover {
	background: #555;
}
#nav li ul li.top {
\\	border-top: 1px solid #fff;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	border-top: none;
	left: auto;
	w\idth: 124px;
	width: 120px;
	background-color: #555;
}

/* PAGE IDS 
----------------------------------------*/

#home #nav-home a.master,
#about #nav-about a.master,
#new #nav-new a.master,
#stock #nav-stock a.master,
#offers #nav-offers a.master,
#motability #nav-motability a.master,
#finance #nav-finance a.master,
#service #nav-service a.master,
#parts #nav-parts a.master,
#corporate #nav-corporate a.master,
#location #nav-location a.master,
#contact #nav-contact a.master {
	font-weight: bold;
	background: #c00 url(../images/icons/nav-divider.gif) no-repeat right -35px;
}
