/* CSS Document For New Way Trucks Navigation*/
#navigation {
	width: 675px;
	height: 45px;
	background-color: #6ead20;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../newimages/navImages/navBkgSec.gif);
}
#navigation ul {
	list-style-type: none;
}

#navigation li{
	float: left;
	list-style-type: none;
	text-indent: -9000px;
}

#navigation a:hover {
  background-position: bottom;
}
#navigation a.here:link,
#navigation a.here:visited,
#navigation a.here:hover,
#navigation a.here:active {
  background-position: bottom;
}
#navigation .one a, .two a, .three a, .four a, .five a, .six a, .seven a, .eight a{
	display: block;
	height: 45px;
	background-repeat: no-repeat;
	outline: none;
}

#navigation .one a{
	width: 98px;
	background-image: url(../newimages/navImages/refuseTrucksSec.gif);
	}

#navigation .two a{
	width: 69px;
	background-image: url(../newimages/navImages/dealerLocatorSec.gif);
}

#navigation .three a{
	width: 95px;
	background-image: url(../newimages/navImages/replacementpartsSec.gif);
}

#navigation .four a{
	width: 84px;
	background-image: url(../newimages/navImages/newwayadvSec.gif);
}

#navigation .five a{
	width: 116px;
	background-image: url(../newimages/navImages/newsResourcesSec.gif);
}

#navigation .six a{
	width: 69px;
	background-image: url(../newimages/navImages/careersSec.gif);
}

#navigation .seven a{
	width: 77px;
	background-image: url(../newimages/navImages/aboutSec.gif);
}

#navigation .eight a{
	width: 67px;
	background-image: url(../newimages/navImages/contactSec.gif);
}