.navbar02 {
  /*position: sticky;*/
  top: 0;
  overflow: visible;
  background-color: #333;
  
}

.navbar02 a {
  float: left;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 25px 20px;
  text-decoration: none;
}

.dropdownr02 {
  float: left;
  overflow: hidden;
}

.dropdownr02 .dropbtnr02 {
  font-size: 18px;  
  border: none;
  outline: none;
  color: white;
  padding: 25px 20px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar02 a:hover, .dropdownr02:hover .dropbtnr02 {
  background-color: #757575;
}

.dropdown-content02 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
   
}

.dropdown-content02 a {
  float: none;
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  
  border-width: 0px 1px 1px 1px;
  border-color: #444444;
  border-style: solid;
  
  
  
  border-radius: 2px;
}

.dropdown-content02 a:hover {
  background-color: #ddd;
}

.dropdownr02:hover .dropdown-content02 {
  display: block;
}


/*--------------------------------------------------------*/


			

			