/* 

STYLE SHEET FOR NEW WAY TRUCKS WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

*/

#navLevel3 {
	height: 30px;
	width: 675px;
	clear: both;
	float: left;
	background-color: #cddeb8;
	font-size: 11px;
	font-weight: bold;
}
#navLevel3 ul {
	padding-top: 10px;
	text-align: center;
}
#navLevel3 ul li{
	display: inline;
}
#navLevel3 a:link {
	color: #58585a;
	text-decoration: none;
}
#navLevel3 a:visited {
	color: #58585a;
	text-decoration: none;
}
#navLevel3 a:hover {
	color: #000;
	background-image: url(../newimages/navImages/level3arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 7px;
}
#navLevel3 a:active {
	color: #000;
	background-image: url(../newimages/navImages/level3arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 7px;
}

#navLevel3 a.here:link,
#navLevel3 a.here:visited,
#navLevel3 a.here:hover,
#navLevel3 a.here:active {
	color: #000;
	background-image: url(../newimages/navImages/level3arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 7px;
}
