ul {
  list-style-type: none;
  display: block;
  padding-left: 0em;
  margin-left: 0px;
}

.menuItem1Marker,
.menuItem2Marker,
.menuItem3Marker {
  list-style-type: none;
  text-decoration: none;
  margin-left: 16px;
  margin-bottom: 10px;
}

.menuItem2Marker {
  margin-left: 32px;
}

.menuItem3Marker {
  margin-left: 48px;
}

.menuItem1Text,
.menuItem2Text,
.menuItem3Text {
  font-family: Arial;
  font-size: 0.95em;
  color: #102040;
  text-decoration: none;
}

.menuItem1Text:hover,
.menuItem2Text:hover,
.menuItem3Text:hover {
  color: #0010FF;
}
