a.nav1:link,
a.nav1:active,
a.nav1:visited,
a.nav1:hover,
a.nav2:link,
a.nav2:active,
a.nav2:visited,
a.nav2:hover         {
  display: block;
  border: 0px transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #cccccc;
  position: relative;
  top:     0px;
  height:  16px;
  text-align: center;
  padding: 12px 14px 12px 14px;
  float: left;
  background-image:url('img/spacer.gif');
  margin: 0px 1px 0px 1px;
}    
a.nav1:hover,
a.nav2:hover {
  color: #ffffff;
  background-image:url('nav/menuon.jpg'); 
}
a.nav2:link,
a.nav2:active,
a.nav2:visited,
a.nav2:hover         {
  padding: 12px 19px 12px 19px;
}