.topsuper {
  position: absolute;
  right: 0px;
  top: 20px;

}

.topsuper a {
   color: white !important;

}

.topsuper .sf-sub-indicator {
  display: none;
}

.dot::before { 
    content: "• ";
}


.topsuper .sf-depth-2  {
  width: 200px !important;
}

.topsuper .sf-depth-2  > a {
  position: relative;
  padding: 10px 10px 10px 10px;

    background: white !important;
  color: #8e4b1d !important;
width: 200px !important;
}

.topsuper .sf-depth-2:hover  > a {
    background: #8e4b1d !important;
  color: white !important;
width: 200px !important;
  padding-left: 10px;
}