#navTable {
 margin: 0;
 padding: 0;
 position: relative;
 z-index: 200;
 }

#navTable td {
 margin: 0;
 padding: 0;
 list-style: none;
 float: left;
 font-weight: bold;
 font-size: 14px !important;
 }

#override td {
 font-weight: bold;
 font-size: 14px !important;
 vertical-align: text-top;
 }

#override td a {
 font-weight: bold;
 font-size: 14px !important;
 vertical-align: text-top;
 }

#navTable td a {
 display: block;
 font-weight: bold;
 font-size: 14px !important;
 margin: 1px;
 padding: 3px;
 width: auto;
 color: #FFFFFF;
 text-align: center;
 text-decoration: none;
 }

#navTable td a:hover {
 text-decoration: none;
 }

#navTable div {
 position: absolute;
 visibility: hidden;
 margin: 0;
 padding: 0;
 background: #fff;
 border: 1px solid #666666;
 }

#navTable div a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px;
  width: auto;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #ffffff;
  color: #1485b6;
  font: 10px Arial;
  }

#navTable div a:hover {
  background: #1485b6;
  color: #FFFFFF;
  }