.menu {
  margin-top: 30px;
}

.menuItem {
  width: 210px;
}

.menuItem a {
  display: block;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  font-family: Arial;
  font-size: 13px;
  color: #113d72;
}

.menuSubItem a {
  display: block;
  font-weight: bold;
  margin-left: 20px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  font-family: Arial;
  font-size: 13px;
  color: #113d72;
}


.menuItem a.active {
  background-color: #113d72;
  color: white;
}

.menuItem a {
  background-color: transparent;
  color: #113d72;
}