<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu {
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: content-box;
  z-index:99999;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 999;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: url(../images/subbg.png) left top repeat;
  border-bottom:1px solid #b16d6e;
}
/*#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #861e20;
  z-index: 2;
  top: 15px;
  right: 15px;
}*/
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #861e20;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover &gt; a,
#cssmenu ul li ul li.active &gt; a {
  color: #ffcd00;
}
#cssmenu ul li ul li &gt; a span i {
  color: #fff;
  float:right;
  display:block;
}

#cssmenu ul li ul li:hover &gt; a span i,
#cssmenu ul li ul li.active &gt; a span i {
  color: #ffc000;
  float:right;
  display:block;
}
/*#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #ffcd00;
}*/
#cssmenu ul li ul li:hover &gt; ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover &gt; ul &gt; li {
  max-height: 500px;
  position: relative;
}
#cssmenu &gt; ul &gt; li {
  float: left;
}
#cssmenu.align-center &gt; ul &gt; li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center &gt; ul {
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right &gt; ul {
  float: right;
}
#cssmenu.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover &gt; ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu &gt; ul &gt; li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #861e20;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
/*#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 40px;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
  display: block;
  content: "";
  background: #fff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #d12e2e;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}*/
#cssmenu &gt; ul &gt; li &gt; a {
  color: #fff;
  width:90px;
  line-height:53px;
  text-align:center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  position: relative;
}
#cssmenu &gt; ul &gt; li:hover:after,
#cssmenu &gt; ul &gt; li.active:after {
  height: 100%;
}
#cssmenu &gt; ul &gt; li:hover &gt; a,
#cssmenu &gt; ul &gt; li.active &gt; a {
  color: #ffffff;
}
#cssmenu &gt; ul &gt; li:hover &gt; a:after,
#cssmenu &gt; ul &gt; li.active &gt; a:after {
  background: #ffffff;
}
#cssmenu &gt; ul &gt; li:hover &gt; a:before,
#cssmenu &gt; ul &gt; li.active &gt; a:before {
  border-top-color: #861e20;
}
#cssmenu &gt; ul &gt; li:hover &gt; ul {
  left: 0;
}
#cssmenu &gt; ul &gt; li:hover &gt; ul &gt; li {
  max-height: 500px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu &gt; ul &gt; li &gt; a {
  display: block;
}
#cssmenu &gt; ul &gt; li {
  width: auto;
}
#cssmenu &gt; ul &gt; li &gt; ul {
  width: 170px;
  display: block;
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li {
  width: 170px;
  display: block;
}</pre></body></html>