.topnavMENU {
  overflow: hidden;
  background-color: #333;
}

.topnavMENU a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 13px;
}

.activeMENU {
  background-color: #333;
  color: white;
}

.topnavMENU .iconMENU {
  display: none;
}

.dropdownMENU {
  float: left;
  overflow: hidden;
}

.dropdownMENU .dropbtnMENU {
  font-size: 13px;    
  border: none;
  outline: none;
  color: white;
  padding: 13px 15px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdownMENU-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownMENU-content a {
  float: none;
  color: white;
  padding: 4px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnavMENU a:hover, .dropdownMENU:hover .dropbtnMENU {
  background-color: #555;
  color: white;
}

.dropdownMENU-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdownMENU:hover .dropdownMENU-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnavMENU a:not(:first-child), .dropdownMENU .dropbtnMENU {
    display: none;
  }
  .topnavMENU a.iconMENU {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnavMENU.responsive {position: relative;}
  .topnavMENU.responsive .iconMENU {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavMENU.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnavMENU.responsive .dropdownMENU {float: none;}
  .topnavMENU.responsive .dropdownMENU-content {position: relative;}
  .topnavMENU.responsive .dropdownMENU .dropbtnMENU {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.style000888222 {font-size: 22px}