ul {
  list-style-type: none;
 
height:30px;
}

li {
  
}

li a {
  display: block;
  color: #899090;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

 

li a:hover:not(.active) {

color:#fff;
 background:#252424;   

text-decoration: none;
}

.vl {
  border-right: 2px solid;
  height: 50px;

  border-image:linear-gradient(to top, #ffffff1f,#fff)1;
}

.dropbtn {

  color: #101842;
  padding: 16px;
  font-size: 16px;
  border: none;

}

.dropdown {

  position: relative;
  display: inline-block;
}

.dropdown-content {

  display: none;
  position: absolute;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
  z-index: 1;
 
 
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid grey;
  background:#504f4fcf;
font-size:12px;
}

.dropdown-content a:hover {
 text-decoration: none;
  background:#000;   
  color:#fff;
}

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

.dropdown:hover .dropbtn {background-color: #fff; color:#2d0379;}

 
