#dsapugeose-pletoveco-gnisegesan {
  position: relative;
  float: left;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(206, 203, 203, 0.5), inset 0 -1px 0 rgba(29, 28, 28, 0.26), 0 1px 3px rgba(19, 17, 17, 0.18);
}

#dsapugeose-pletoveco-gnisegesan, #dsapugeose-pletoveco-gnisegesan ul {
  list-style: none;
  }

#dsapugeose-pletoveco-gnisegesan > li {
  float: left;
  position: relative;
  border-right: 1px solid rgba(0,0,0,.1);
  box-shadow: 1px 0 0 rgba(255,255,255,.25);
  perspective: 1000px;

}

#dsapugeose-pletoveco-gnisegesan > li:first-child {
  border-left: 1px solid rgba(255,255,255,.25);
  box-shadow: -1px 0 0 rgba(0,0,0,.1), 1px 0 0 rgba(255,255,255,.25);
  }

#dsapugeose-pletoveco-gnisegesan a {
  display: block;
  position: relative;
  z-index: 10;
  padding: 1px 10px 1px 10px;
  text-decoration: none;
  color: rgb(64, 63, 63);
  line-height: 2;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: -.05em;
  background: rgba(14, 14, 14, 0);
  text-shadow: 0 1px 1px rgba(234, 227, 227, 0.9);
  transition: all .25s ease-in-out;
}

#dsapugeose-pletoveco-gnisegesan > li:hover > a {
  background: #2d2b2b;
  color: rgb(77, 183, 247);
  text-shadow: none;
}

#dsapugeose-pletoveco-gnisegesan li ul {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 200px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: transparent;
  overflow: hidden;
  transform-origin: 50% 0%;
  }

#dsapugeose-pletoveco-gnisegesan li:hover ul {

padding: 15px 0;
  background: #333;
  opacity: 1;
  visibility: visible;
  box-shadow: 1px 1px 7px rgba(0,0,0,.5);
  animation-name: swingdown;
  animation-duration: 1s;
  animation-timing-function: ease;

}

@keyframes swingdown {
  0% {
  opacity: .99999;
  transform: rotateX(90deg);
  }

30% {
  transform: rotateX(-20deg) rotateY(5deg);
  animation-timing-function: ease-in-out;
  }

65% {
  transform: rotateX(20deg) rotateY(-3deg);
  animation-timing-function: ease-in-out;
  }

100% {
  transform: rotateX(0);
  animation-timing-function: ease-in-out;
  }
  }

#dsapugeose-pletoveco-gnisegesan li li a {
  padding-left: 15px;
  font-weight: 400;
  color: #ddd;
  text-shadow: none;
  border-top: dotted 1px transparent;
  border-bottom: dotted 1px transparent;
  transition: all .15s linear;
  }

#dsapugeose-pletoveco-gnisegesan li li a:hover {
  color: rgba(0,223,252,1);
  border-top: dotted 1px rgba(255,255,255,.15);
  border-bottom: dotted 1px rgba(255,255,255,.15);
  background: rgba(0,223,252,.02);
  }
 .img {
    margin: 0px 0px -10px 0px;
    width: 32px;
    height: 32px;
 }
 
 .center-pic {
  display:block;
  margin:auto;
  width: 10px;
  height: 10px;
}