<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu1 {
  height: auto;
  width: auto;
}
#cssmenu1 ul ul{
	display:none;
}
#cssmenu1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
 }
#cssmenu1 &gt; ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu1 &gt; ul &gt; li {
 float:left;
  position: relative;
  margin: 0;
  padding: 0;
  text-align:center;
}
#cssmenu1 ul li a {
  display: block;
   text-decoration: none;
    margin-right:2px;
}
#cssmenu1 &gt; ul &gt; li &gt; a {
  padding: 15px 10px;
  text-align:center;
   -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
   -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#cssmenu1 ul ul {
  position: absolute;
  left: 0px;
  top:100%;
  width:200px;
   margin:0px;
  padding:0px;
  opacity:1;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
  -moz-box-shadow: 0px 6px 7px #121012;
   -webkit-box-shadow: 0px 6px 7px #121012;
   box-shadow: 0px 6px 7px #121012;
}
#cssmenu1 ul li:hover &gt; ul{
	display:block;
}
#cssmenu1 ul ul li {
  position: relative;
}
#cssmenu1.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu1 ul ul ul {
  position: absolute;
  left:220px;
  top:10%;
  margin:0px;
  padding:0px;
  opacity:1;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu1 ul ul li a {
  width: 200px;
  padding: 10px 20px;
   margin-right:0px;
   text-align:left;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
/*#cssmenu1 &gt; ul &gt; li &gt; ul:after {
  content: '';
  border: 8px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #000;
  position: absolute;
  top: -15px;
  left: 30px;
}*/
#cssmenu1 &gt; ul &gt; li &gt; ul:after{
    position: absolute;
    top: -12px;
    left:27px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
	z-index:100;
}
#cssmenu1 &gt; ul &gt; li &gt; ul:before {
    position: absolute;
    top: -12px;
    left: 27px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
	z-index:100;
}

#cssmenu1.align-right &gt; ul &gt; li &gt; ul::after {
  left: auto;
  right: 30px;
}

</pre></body></html>