A {
  color: #017E61;
  text-decoration: none;
}

A:visited {
  color: #017E61;
  text-decoration: none;
}

A:active {
  color: #017E61;
  text-decoration: none;
}

A:hover {
  color: #119C7C;
  text-decoration: none;
}

TD {
  font-family: Verdana;
  font-size: 13px;
}

P {
  font-family: Verdana;
  font-size: 13px;
}

TD.menu {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
}

#nav {
  color: #fff;
  width: 145px;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav li {
  padding: 0;
  margin: 0;
  float: left;
}

#nav span {
  display: none;
}


/* ******************** START NAV ******************** */
#navHome a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/home.gif") no-repeat 0 0;
}

#navHome a:hover {
  background-position: 0 -21px;
}


#navService a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/service.gif") no-repeat 0 0;
}

#navService a:hover {
  background-position: 0 -21px;
}

#navAdvantage a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/advantage.gif") no-repeat 0 0;
}

#navAdvantage a:hover {
  background-position: 0 -21px;
}

#navEmergencies a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/emergencies.gif") no-repeat 0 0;
}

#navEmergencies a:hover {
  background-position: 0 -21px;
}

#navInstallations a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/tank-installations.gif") no-repeat 0 0;
}

#navInstallations a:hover {
  background-position: 0 -21px;
}

#navsafety a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/safety-programs.gif") no-repeat 0 0;
}

#navsafety a:hover {
  background-position: 0 -21px;
}

#navOrdering a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/ordering.gif") no-repeat 0 0;
}

#navOrdering a:hover {
  background-position: 0 -21px;
}

#navContact a {
  display: block;
  width: 130px;
  height: 21px;
  background: #fff url("/images/nav/contact.gif") no-repeat 0 0;
}

#navContact a:hover {
  background-position: 0 -21px;
}
/* ******************** END NAV ******************** */


