/* local navigation menu */
/* override default state of the success nav item so that it is "on" for this section of the site */
#primary_nav li#success a  {
	width: 125px;
	background: url(http://www.sas.com/includes/headers/images/success-on.gif) top left no-repeat;
}
#primary_nav li#success a:hover {
 background: url(http://www.sas.com/includes/headers/images/success-on_over.gif) top left no-repeat;
}
#primary_nav li#customers a  {
	width: 83px;
	background: url(http://www.sas.com/includes/headers/images/customers-on.gif) top left no-repeat;
}
#primary_nav li#customers a:hover {
 background: url(http://www.sas.com/includes/headers/images/customers-on_over.gif) top left no-repeat;
}


/* Hide the Opinion Labs link */
a#ooFeedback { display: none !important; }
