#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-decoration:none;
}

.nav-seperator {
	float: left;
	height: 44px;
	width: 10px;
	list-style-type: none;
	background-image: url(../images/global/nav_separator.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}



#nav-home {
	float: left;
	height: 44px;
}
#nav-home a {
	background-image: url(../images/global/nav_home.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 86px;
	display: block;
}
#nav-home a:hover {
	background-image: url(../images/global/nav_home_on.jpg);
	background-repeat: no-repeat;
}
#nav-home-on {
	float: left;
	height: 44px;
	list-style-type: none;
}


#nav-home-on a {
	background-image: url(../images/global/nav_home_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 86px;
	display: block;
}
#nav-services {
	float: left;
	height: 44px;
}
#nav-services {
	background-image: url(../images/global/nav_carservices.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 106px;
	display: block;
}
/*#nav-services a:hover {
	background-image: url(../images/global/nav_carservices_on.jpg);
	background-repeat: no-repeat;
}*/
#nav-services-on {
	float: left;
	height: 44px;
}
#nav-services-on {
	background-image: url(../images/global/nav_carservices_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 106px;
	display: block;
}

#nav-autorepair {
	float: left;
	height: 44px;
}
#nav-autorepair {
	background-image: url(../images/global/nav_autorepair.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 130px;
	display: block;
}
/*#nav-autorepair a:hover {
	background-image: url(../images/global/nav_autorepair_on.jpg);
	background-repeat: no-repeat;
}*/
#nav-autorepair-on {
	float: left;
	height: 44px;
}
#nav-autorepair-on {
	background-image: url(../images/global/nav_autorepair_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 130px;
	display: block;
}


#nav-programs {
	float: left;
	height: 44px;
}
#nav-programs {
	background-image: url(../images/global/nav_programs.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 115px;
	display: block;
}
#nav-programs a:hover {
	background-image: url(../images/global/nav_programs_on.jpg);
	background-repeat: no-repeat;
}
#nav-programs-on {
	float: left;
	height: 44px;
}
#nav-programs-on {
	background-image: url(../images/global/nav_programs_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 115px;
	display: block;
}


#nav-giftcard {
	float: left;
	height: 44px;
}
#nav-giftcard a {
	background-image: url(../images/global/nav_giftcard.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 110px;
	display: block;
}
#nav-giftcard a:hover {
	background-image: url(../images/global/nav_giftcard_on.jpg);
	background-repeat: no-repeat;
}
#nav-giftcard-on {
	float: left;
	height: 44px;
}
#nav-giftcard-on a {
	background-image: url(../images/global/nav_giftcard_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 110px;
	display: block;
}

#nav-promotions {
	float: left;
	height: 44px;
}
#nav-promotions a {
	background-image: url(../images/global/nav_promotions.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 127px;
	display: block;
}
#nav-promotions a:hover {
	background-image: url(../images/global/nav_promotions_on.jpg);
	background-repeat: no-repeat;
}
#nav-promotions-on {
	float: left;
	height: 44px;
}
#nav-promotions-on a {
	background-image: url(../images/global/nav_promotions_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 127px;
	display: block;
}
#nav-contact {
	float: left;
	height: 44px;
}
#nav-contact a {
	background-image: url(../images/global/nav_contact.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 124px;
	display: block;
}
#nav-contact a:hover {
	background-image: url(../images/global/nav_contact_on.jpg);
	background-repeat: no-repeat;
}
#nav-contact-on {
	float: left;
	height: 44px;
}
#nav-contact-on a {
	background-image: url(../images/global/nav_contact_on.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 124px;
	display: block;
}

#nav li {
	list-style-type: none;
}

#nav-right-end {
	background-image: url(../images/global/nav_right_end.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 44px;
	width: 31px;
}
#nav-left-end {
	background-image: url(../images/global/nav_left_end.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 44px;
	width: 29px;
}


/*THIS RULE WORKS IF THE HTML DOES NOT USE INLINE STYLING TO PRESENT THE TOP LE
#nav li ul{padding-top:44px; background: url(../images/global/nav_fundraising_on.jpg);}
*/
#nav li ul li {
	display: block;
	border-bottom: 1px solid #586f91;

	
}

html>body #nav li ul li{width: 216px;}



.nav-floatleft {
	float: left;
	height:44px;
	list-style-type: none;
}


/*SUCKERFISH START*/

#nav li li {

	width: 13em
}

html>body #nav li li{padding-right: 1em;}
#nav li ul li a {
	width: 170px;
	background: #062452;
	padding-left: 15px;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}
html>body #nav li ul a{width: 216px;}

#nav li:hover, #nav li.sfhover {
	text-decoration: underline;
	color: #fff;
}

#nav li ul .topTierDD{text-indent: -9999px; background: none; width:113px; }
#nav li ul .topTierDD a{width:113px;}

#servicesDD, programsDD{}

.notFirst{width: 180px;}

