.Banner-Menu {
  border-style: none;
  font-weight: bold;
  font-family: Verdana;
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  display: block;
  font-size: 12px;
  position: static;
  width: 18%;
  color: white;
  float: right;
  line-height: 25px;
}
.Banner-Menu a:link {
  border-left-style: none;
  font-weight: bold;
  font-family: Verdana;
  font-style: normal;
  color: white;
  text-align: center;
}
.Banner-Menu a:visited {
  color: white;
  font-weight: inherit;
  font-family: Verdana;
  text-align: center;
}
.Banner-Menu a:hover {
  font-weight: inherit;
  text-align: center;
  color: yellow;
  font-family: Verdana;
}
.Menu-Container {
  border-style: ridge;
  border-color: black;
  overflow: hidden;
  line-height: 11px;
  font-size: 11px;
  display: block;
  background-color: black;
  margin-right: auto;
  width: 190px;
  position: static;
  margin-left: auto;
  background-image: url(../../MainMenu/images/Menu-Chrome.JPG);
}
.Menu {
  border: 3px groove #666666;
  margin: 4px auto;
  line-height: 20px;
  font-weight: bold;
  font-family: verdana;
  position: static;
  padding-top: 4px;
  padding-left: 10px;
  font-style: normal;
  text-align: left;
  font-size: 12px;
  width: 160px;
  display: block;
  color: white;
  padding-bottom: 4px;
  background-color: black;
}
.Menu a:link {
  border-style: none;
  color: white;
  font-family: verdana;
  font-weight: bold;
  margin-left: 0px;
  background-color: black;
}
.Menu a:visited {
  font-weight: bold;
  color: white;
  font-family: verdana;
}
.Menu a:hover {
  color: #33ff33;
  font-weight: bold;
  font-family: verdana;
}

