#BodyContent, #TruckType, #SubNav{
	background-color: #b2b2b2;
}


#TruckType a{
	color:#000;
	text-decoration:none;
}

#SplashImg{
	background-image: url(../images/splash-image.jpg);
}

#SecondarySubNav ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: url(../images/submenugreyBG.gif) repeat-x top #666666;
}

#SecondarySubNav li {
  list-style: none;
  color: #231F20;
  text-align: center;
  margin: 0px;
  padding: 0px 2px;
  display: inline;
  white-space: nowrap;
}

#SecondarySubNav li a {
  color: #FFF;
  padding: 2px 3px;
  text-decoration: none;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}

#SecondarySubNav li a:hover {
  /*background:#999; 	border:1px solid #000; 	padding:1px 5px; 	color:#FFF !important; 	text-decoration:none !important;*/
  background-color: #282828;
}

/*
#SecondarySubNav ul li a, #SecondarySubNav ul li a:visited{
	color: #231F20;
	text-decoration: none;
}

#SecondarySubNav ul li a:hover{
	color: #231F20;
	text-decoration: underline;
		color:#000;
	padding:0 3px;
	text-decoration:underline;
	text-decoration:none;
	background-color:#999;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}
*/

#SecondarySubNav a.ah, #SecondarySubNav a.ah:link, #SecondarySubNav a.ah:visited, #SecondarySubNav a.ah:hover {
  color: #FFF;
  padding: 0 3px;
  border-bottom: 1px solid #282828;
  font-weight: bold;
  margin: 0;
}