
#my-nav-top {

  margin-top:      0px;
  padding-top:     0px;

  margin-left:   -20px;
  margin-right:  -20px;
  margin-bottom:   0px;

  padding-left:   10px;
  padding-right:   0px;
  padding-bottom:  2px;

  border-bottom-width: 0px;
}

#my-map-nav-top {

  margin-top:      0px;
  padding-top:     0px;

  margin-left:     0px;
  margin-right:    0px;
  margin-bottom:   0px;

  padding-left:   10px;
  padding-right:   0px;
  padding-bottom:  2px;

  border-bottom-width: 0px;
}

#my-etiquette-nav-top {

  margin-top:      0px;
  padding-top:     0px;

  margin-left:   -20px;
  margin-right:  -20px;
  margin-bottom:   0px;

/*
  margin-top:    -16px;
  padding-top:     0px;

  margin-left:  -119px;
  margin-right: -116px;
  margin-bottom:   0px;
*/

  padding-left:   10px;
  padding-right:   0px;
  padding-bottom:  2px;

  border-bottom-width: 0px;
}

#my-nav-top,
#my-map-nav-top,
#my-etiquette-nav-top
{
  background-color: #000000; /* 0000FF; */
  font-weight: bold;
  font-size:   10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ffffff;
  border-bottom-color: #000000;
  border-bottom-style: solid;
}

/* make links steady in the nav bar */
/* add this for no underline: text-decoration:none; */
a.nav:link,    /* unvisited link */
a.nav:visited, /* visited link */
a.nav:hover,   /* mouse over link */
a.nav:active   /* selected link */
{
  color:            #ffffff;
  background-color: #000000;
}
