body#energy #right {
background: url(/images/calculators/energy_image.jpg) no-repeat left top;
}
body#fleet #right {
background: url(/images/calculators/fleet_image.jpg) no-repeat left top;
}
body#rail #right {
background: url(/images/calculators/rail_image.jpg) no-repeat left top;
}

body#road #right {
background: url(/images/calculators/road_image.jpg) no-repeat left top;
}

body#shipping #right {
background: url(/images/calculators/shipping_image.jpg) no-repeat left top;
}

body#air_business #right {
background: url(/images/calculators/air_business_image.jpg) no-repeat left top;
}


body#energy #calc_header
{
	background: url(/images/calculators/energy_image.jpg) no-repeat left top;
}
body#fleet #calc_header
{
	background: url(/images/calculators/fleet_image.jpg) no-repeat left top;
}
body#rail #calc_header
{
	background: url(/images/calculators/rail_image.jpg) no-repeat left top;
}
body#road #calc_header
{
	background: url(/images/calculators/road_image.jpg) no-repeat left top;
}
body#shipping #calc_header
{
	background: url(/images/calculators/shipping_image.jpg) no-repeat left top;
}
body#air_business #calc_header
{
	background: url(/images/calculators/air_business_image.jpg) no-repeat left top;
}

  
body#energy #t-energy {
  background-image:url(/images/air_left.gif);
  }
body#energy #t-energy a {
  background-image:url(/images/air_right.gif);
  color:#333;
  padding-bottom:5px;
  }
  body#fleet #t-fleet {
  background-image:url(/images/car_left.gif);
  }
body#fleet #t-fleet a {
  background-image:url(/images/car_right.gif);
  color:#333;
  padding-bottom:5px;
  }
   body#rail #t-rail {
  background-image:url(/images/domestic_left.gif);
  }
body#rail #t-rail a {
  background-image:url(/images/domestic_right.gif);
  color:#333;
  padding-bottom:5px;
  }
   body#road #t-road {
  background-image:url(/images/general_left.gif);
  }
body#road #t-road a {
  background-image:url(/images/general_right.gif);
  color:#333;
  padding-bottom:5px;
  }
  body#shipping #t-shipping {
  background-image:url(/images/easy_left.gif);
  }
 body#shipping #t-shipping a {
  background-image:url(/images/easy_right.gif);
  color:#333;
  padding-bottom:5px;
  }
      body#air_business #t-air_business {
  background-image:url(images/calculators/air_business_left.gif);
  }
 body#air_business #t-air_business a {
  background-image:url(images/calculators/air_business_right.gif);
  color:#333;
  padding-bottom:5px;
  }
