.menu {
  background-color: #003D59;
  color: #000000;
  font-family: verdana, arial, times;
  font-size: 7pt;
  letter-spacing: 0pt;
  line-height: 10pt;

  vertical-align: top;
  border-collapse: collapse;

  margin: 0;
  padding: 0px;
}

A.menu, A.menu:visited, A.menu:link {
  text-decoration: none;
  background-color: #003D59;
  color: white;
  border-bottom: #003D59 solid 1px;
  border-left: #003D59 solid 1px;
  border-right: #003D59 solid 1px;
  border-top: #003D59 solid 1px;
  }

A.menu:hover {
  background-color: #006699;
  width: 150px;
  color: white;
  border-bottom: #333366 solid 1px;
  border-left: #6699CC solid 1px;
  border-right: #333366 solid 1px;
  border-top: #6699CC solid 1px;
  }

A.menu:active {
  color: white;
  background-color: #006699;
  border-bottom: #99CCFF solid 1px;
  border-left: #000066 solid 1px;
  border-right: #99CCFF solid 1px;
  border-top: #000066 solid 1px;
  }
