/* ### DROPDOWN NAV STARTS ### */
#nav, #nav ul { /* all lists */	
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
.main_nav{
	float: left;
	padding: 0;
	margin: 0;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	top: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #202020;
	border-left:2px solid #8c8c8c;
	border-right:2px solid #8c8c8c;
	border-bottom:2px solid #8c8c8c;
	z-index: 999;
}
 
.main_nav a {
	width: auto;
	display: block;
	color: #fff !important;
	text-decoration: none;
}

.main_nav li {
	padding: 3px 10px;
	font-size: 12px;
}
 
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 
.main_nav li:hover, .main_nav li.sfhover, .main_nav li:hover a {
	cursor: pointer;
	background: #900;
}
/* ### DROPDOWN NAV ENDS ### */

/* ## NAV ROLLOVERS STARTS ## */

#nav_home {
	background: url(images/button-0-0.gif) no-repeat bottom left;
}
#nav_home:hover, #nav_home.sfhover {
	background: url(images/button-0-1.gif) no-repeat bottom left;
}
#nav_home div a {
	display: block;
	width: 121px;
	height: 60px;
}

#nav_used {
	background: url(images/button-1-0.gif) no-repeat bottom left;
}
#nav_used:hover, #nav_used.sfhover {
	background: url(images/button-1-1.gif) no-repeat bottom left;
}
#nav_used div a {
	display: block;
	width: 200px;
	height: 60px;
}

#nav_finance {
	background: url(images/button-2-0.gif) no-repeat bottom left;
}
#nav_finance:hover, #nav_finance.sfhover {
	background: url(images/button-2-1.gif) no-repeat bottom left;
}
#nav_finance div a {
	display: block;
	width: 245px;
	height: 60px;
}

#nav_service {
	background: url(images/button-3-0.gif) no-repeat bottom left;
}
#nav_service:hover, #nav_service.sfhover {
	background: url(images/button-3-1.gif) no-repeat bottom left;
}
#nav_service div a {
	display: block;
	width: 135px;
	height: 60px;
}

#nav_parts {
	background: url(images/button-4-0.gif) no-repeat bottom left;
}
#nav_parts:hover, #nav_parts.sfhover {
	background: url(images/button-4-1.gif) no-repeat bottom left;
}
#nav_parts div a {
	width: 105px;
	height: 60px;
}

#nav_contact {
	background: url(images/button-5-0.gif) no-repeat bottom left;
}
#nav_contact:hover, #nav_contact.sfhover {
	background: url(images/button-5-1.gif) no-repeat bottom left;
}
#nav_contact div a {
	width: 193px;
	height: 60px;
}
/* ## NAV ROLLOVERS ENDS ## */