#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;
}
.Menu-Container {
  border: 1px solid silver;
  overflow: hidden;
  position: static;
  margin-right: auto;
  background-color: #e0e0e0;
  line-height: 11px;
  display: block;
  width: 93%;
  margin-left: auto;
  font-size: 11px;
}
.Menu-Text {
  border-style: none;
  font-weight: normal;
  display: block;
  color: #999999;
  line-height: 11px;
  margin-right: auto;
  text-align: left;
  font-size: 11px;
  font-family: verdana;
  position: static;
  width: 92%;
  margin-left: auto;
}
.Menu {
  border-style: none;
  font-family: verdana;
  text-align: left;
  display: block;
  line-height: 11px;
  margin-right: auto;
  font-size: 11px;
  position: static;
  font-weight: bold;
  color: #666666;
  width: 92%;
  margin-left: auto;
}
.Menu a:link {
  border-style: none;
  font-weight: bold;
  color: #3333ff;
  margin-left: 0px;
  font-family: verdana;
}
.Menu a:visited {
  color: #3333ff;
  font-weight: bold;
  font-family: verdana;
}
.Menu a:hover {
  font-weight: bold;
  color: #333399;
  font-family: verdana;
}
