.MenuBar {
  border-style: none;
  display: block;
  font-weight: bold;
  position: static;
  font-family: verdana;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  color: #006600;
}
.MenuBar a:link {
  border-style: none;
  font-style: normal;
  font-weight: normal;
  color: #006600;
}
.MenuBar a:visited {
  font-weight: normal;
  color: #006600;
  font-style: normal;
}
.MenuBar a:hover {
  color: #333399;
  font-weight: bold;
}
.Menu-Container {
  border: 1px solid silver;
  overflow: hidden;
  margin-right: auto;
  line-height: 11px;
  width: 93%;
  font-size: 11px;
  position: static;
  background-color: #e0e0e0;
  display: block;
  margin-left: auto;
  font-weight: bold;
}
.Menu-Text {
  border-style: none;
  display: block;
  line-height: 11px;
  text-align: left;
  font-family: verdana;
  width: 92%;
  font-weight: normal;
  color: black;
  margin-right: auto;
  font-size: 11px;
  position: static;
  margin-left: auto;
}
.Menu {
  border-style: none;
  text-align: left;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  width: 92%;
  font-family: verdana;
  display: block;
  margin-right: auto;
  position: static;
  color: #000099;
  margin-left: auto;
}
.Menu a:link {
  border-style: none;
  color: #3333ff;
  font-family: verdana;
  font-weight: bold;
  margin-left: 0px;
}
.Menu a:visited {
  font-weight: bold;
  color: #3333ff;
  font-family: verdana;
}
.Menu a:hover {
  color: #333399;
  font-weight: bold;
  font-family: verdana;
}

