/* Main styles of main nav */
#primary_sf_nav {
	background: #EBEBEB url(https://continentalautogroup.com/images/site/acura_nav_bg.gif) no-repeat right top;
	border-bottom: 1px solid #b1b1b1;
	color: #002c59;
}

/* Hover style of main nav buttons */
#primary_sf_nav ul li a:hover {
	background: #002c59 url(https://continentalautogroup.com/images/site/acura_over.gif) repeat-x left top;
	color: #fff;
}

/* Background style of selected page's main nav button */
#primary_sf_nav ul li a.selected {
	background: #ad9e7e url(https://continentalautogroup.com/images/site/acura_over.gif) repeat-x left top;
}

/* Text color of main nav */
#primary_sf_nav ul li a span {
	color: #002c59;
}

/* Style the HOME button hover when not on the home page */
#primary_sf_nav ul li#home a:hover {
	background: url(https://continentalautogroup.com/images/site/acura_home_over.png) repeat-x -17px top;
}

/* Homepage's HOME button style */ 
#primary_sf_nav ul li#home a.selected {
	background: url(https://continentalautogroup.com/images/site/acura_home_over.png) repeat-x -17px top;
}

/* When on homepage and you hover over the 'home button', this is where it gets its styling */
#primary_sf_nav ul li#home a.selected:hover {
	background: url(https://continentalautogroup.com/images/site/acura_home_over.png) repeat-x -17px top;
}

/* main nav dividers */
#primary_sf_nav ul li {
	background: url("https://continentalautogroup.com/images/site/acura_nav_divider.gif") no-repeat scroll right center transparent !important;
}


/* dropdown  */
.sf-menu li ul li a span {
	background-color: #EBEBEB;
	color: #002c59 !important;
	border: #717171 1px solid;
}

.sf-menu li ul li a:hover span {
	background-color: #002c59;
	color: #fff !important;
}