<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 100%;
/*   width: 26%; */
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#cssmenu a {
  line-height: 1.3;
}
/*
#cssmenu &gt; ul &gt; li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a {
  padding: 15px 10px;
  background: url(images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a &gt; span {
  padding: 0;
}
#cssmenu &gt; ul &gt; li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
*/
#cssmenu &gt; ul &gt; li {
  background: #7c3b00;
  background: -moz-linear-gradient(#7c3b00 0%, #7c3b00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c3b00), color-stop(100%, #7c3b00));
  background: -webkit-linear-gradient(#7c3b00 0%, #7c3b00 100%);
  background: linear-gradient(#7c3b00 0%, #7c3b00 100%);
}
#cssmenu &gt; ul &gt; li:hover {
  background: #7c3b00;
  background: -moz-linear-gradient(#7c3b00 0%, #7c3b00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c3b00), color-stop(100%, #7c3b00));
  background: -webkit-linear-gradient(#7c3b00 0%, #7c3b00 100%);
  background: linear-gradient(#7c3b00 0%, #7c3b00 100%);
}

#cssmenu &gt; ul &gt; li .duration {
    color: #676767;
    font-size: 12px;
    font-weight: normal;
}

#cssmenu &gt; ul &gt; li &gt; a {
  font-size: 14px;
  display: block;
  background: url(images/pattern.png) top left repeat;
  color: #ffffff;
/*   border: 1px solid #ba2f14; */
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu &gt; ul &gt; li &gt; a &gt; span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active {
  border-bottom: none;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a span {
  background: url(images/icon_plus.png) 96% center no-repeat;
}
#cssmenu &gt; ul &gt; li.has-sub.active &gt; a span {
  background: url(images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 5px 10px 25px;
  display: inline-block;
  color: #7c3b00;
  font-size: 12px;
  font-weight: normal;
}

#cssmenu ul ul a:before {
  content: "Â»";
  position: absolute;
  left: 10px;
  color: #7c3b00;
}
#cssmenu ul ul a:hover {
  color: #7c3b00;
}


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