<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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  color: #ffffff;
  
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu &gt; ul &gt; li &gt; a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
 
  border-bottom: 1px solid #656565;
  height: 50px;
  	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
#cssmenu &gt; ul &gt; li &gt; a:hover{
	color: #f16767;
}

#cssmenu &gt; ul &gt; li.active &gt; a,
#cssmenu &gt; ul &gt; li.open &gt; a {
 color: #fff;
 background-color: rgba(54,59,63, 0.2);
  border-bottom: 1px solid #656565;
  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
#cssmenu &gt; ul &gt; li.active &gt; a:hover{
	color: #f16767;
}
#cssmenu &gt; ul &gt; li.open &gt; a:hover{
	color: #f16767;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.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 #757575;
  border-left: 2px solid #757575;
}

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid rgba(248, 200, 102, 0.35);
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
   background-color: rgba(54,59,63, 0.5);
 
  	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
#cssmenu ul ul li a:hover{
	color: #f16767;
}</pre></body></html>