<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 li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  box-sizing: content-box;
  
}
#cssmenu {
	height: 34px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	width: 943px;
	margin: 0px;
	padding: 0px;
	left:0px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {

	display: inline-block;
	line-height: 34px;
	padding: 0 22px;
	text-decoration: none;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	color: #ececec;
	text-decoration: none;

}
#cssmenu ul {
  list-style: none;
}
#cssmenu &gt; ul {
  float: left;
}
#cssmenu &gt; ul &gt; li {
  float: left;
  }
#cssmenu &gt; ul &gt; li &gt; a {
  color: #ececec;
  font-size: 12px;
}
#cssmenu &gt; ul &gt; li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cf000e;
  margin-left: -10px;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a {

  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  }
#cssmenu &gt; ul &gt; li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cf000e;
  margin-left: -10px;
}
#cssmenu &gt; ul &gt; li.active &gt; a {
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background: #ececec;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #ececec ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #ececec 0%, #d1d1d1 ef 100%);
  background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
  background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
    font-family:Verdana;
  font-size:12px;
  font-weight: bold;
  color: #2b529c;
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
  background: #ececec;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #ececec  ef 100%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #ececec ef 100%);
  background: -ms-linear-gradient(top, #d1d1d1 0%, #ececec ef 100%);
  background: linear-gradient(top, #d1d1d1 0%, #ececec ef 100%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    font-family:Verdana;
  font-size:12px;
  font-weight: bold;
  color: #2b529c;
  text-decoration: none;

}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover &gt; ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #cf000e;
  border-bottom: 1px dotted #ff0314;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #3960ae;
}
#cssmenu .has-sub .has-sub:hover &gt; ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #1a3a7c;
  border-bottom: 1px dotted #284c93;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #0d2559;
}
</pre></body></html>