#MenuBar {
  border-style: none;
  display: table;
  position: static;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-weight: bold;
}
#MenuBar td {
  border:  none;
  display: table-cell;
  vertical-align: middle;
  font-family: verdana;
  color: black;
  text-align: right;
  font-weight: bold;
  line-height: 24px;
  font-size: 12px;
}
#MenuBar a:link {
  border-style: none;
  margin-left: 0px;
  font-weight: inherit;
  font-family: verdana;
  color: #333399;
}
#MenuBar a:visited {
  color: #000099;
  font-weight: inherit;
  font-family: verdana;
}
#MenuBar a:hover {
  font-weight: bold;
  color: #006600;
  font-family: verdana;
  font-style: italic;
}

