<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#cssmenu {
 
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}

#cssmenu &gt; ul &gt; li{
  text-transform: uppercase;
}

#cssmenu &gt; ul &gt; li &gt; a {
  cursor: pointer;
  z-index: 2;
  
  
}
#cssmenu &gt; ul &gt; li &gt; a:hover,
#cssmenu &gt; ul &gt; li.active &gt; a,
#cssmenu &gt; ul &gt; li.open &gt; a {
}
#cssmenu &gt; ul &gt; li.open &gt; a {
  
}
#cssmenu &gt; ul &gt; li:last-child &gt; a,
#cssmenu &gt; ul &gt; li.last &gt; a {
  
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  right: -10px;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu &gt; ul &gt; li &gt; a:hover &gt; span::after,
#cssmenu &gt; ul &gt; li.active &gt; a &gt; span::after,

.holder::before {
  top: 18px;

}
#cssmenu ul ul li{
    height: 35px!important;
    line-height: 35px!important;
}

#cssmenu ul ul li a {
    display: inline-block;
    height: 25px!important;
    line-height: 25px!important;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  font-size: 11px!important;
  color: #333;
  font-weight: 100!important;
  padding-left: 15px;
  
}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li.open &gt; a,
#cssmenu ul ul li.active &gt; a {

  color: #f00!important;
}
#cssmenu ul ul li:first-child &gt; a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child &gt; a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 15px;
}

#cssmenu ul ul ul li a:hover{
  color: #f8f08d;
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a,
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.last &gt; a {
  border-bottom: 0;
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.open:last-child &gt; a,
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.last.open &gt; a {
  
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.open:last-child &gt; ul &gt; li:last-child &gt; a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub &gt; a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  right: 10px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.active a{
   color: #f00!important;
}

#cssmenu ul ul li.active &gt; a::after,
#cssmenu ul ul li.open &gt; a::after,
#cssmenu ul ul li &gt; a:hover::after {
  border-color: #f00!important;
}</pre></body></html>