<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu{
	position: relative;
	width: 100%;
	z-index: 500;
	background: #1E2A32;	
}
#cssmenu {
  position: relative;
  /*height: 35px;*/
  width: auto;
  top: 0px;
}
#mobmenu {
	max-height: 400px;
	overflow-y: scroll;
	background: #FFF;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu &gt; ul {
  position: relative;
  display: block;
  background: #1E2A32;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right &gt; ul &gt; li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu &gt; ul &gt; li {
  	display: inline-block;
  	cursor: pointer;
}
#mobmenu ul &gt; li {
	display: block;
}
#cssmenu &gt; ul &gt; #menu-button {
  display: none;
}
#cssmenu ul li a {
  	display: block;	
	color: #324653;	
	font: 400 20px/25px "Roboto Condensed",sans-serif;
}
#cssmenu &gt; ul &gt; li &gt; a {
  display: block;
	padding: 28px 35px 12px 24px;	
	color: #FFF;	
	font-weight: 300;
	font: 400 20px/25px "Roboto Condensed",sans-serif;
	border-bottom: 7px solid #1E2A32;		
	transition: border-bottom 0.5s linear;
	-moz-transition: border-bottom 0.5s linear; 
	-webkit-transition: border-bottom 0.5s linear; 
	-ms-transition: border-bottoml 0.5s linear; 
	-o-transition: border-bottom 0.5s linear; 
}
#mobmenu &gt; ul &gt; li &gt; a {
  display: block;
	padding: 22px 24px 18px 24px;	
	color: #D40808;	
	font: 700 20px/25px "Roboto Condensed",sans-serif;
	border-bottom: 2px solid #D40808;		
	transition: border-bottom 0.5s linear;
	-moz-transition: all 0.5s linear; 
	-webkit-transition: all 0.5s linear; 
	-ms-transition: all 0.5s linear; 
	-o-transition: all 0.5s linear; 
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
  padding-right: 32px;
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
  border-bottom: 7px solid #f80808;	
  background: #324653;	
}
#cssmenu &gt; ul &gt; li &gt; a:hover {	
  color: #FFF;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu &gt; ul &gt; li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu &gt; ul &gt; li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -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;
  border: none;
  border-top: none;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 0px;
}
#cssmenu ul ul li {
  position: relative;
}
#mobmenu ul li ul li {
  display: block;
}

#cssmenu &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  top: 72px;
  opacity: 1;
  margin-left: -1px;
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.12);
}
#cssmenu.align-right &gt; ul &gt; li:hover &gt; ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover &gt; ul {
  left: 250px;
  top: 0px;
  opacity: 1;
  /*border-top: 1px solid #F6F6F6;*/
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.12);
}
#cssmenu.align-right ul ul li:hover &gt; ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 0px;
}
#cssmenu ul ul li a {
	min-width: 250px;
  padding: 10px 20px;
  font-size: 16px;
  color: #D40808;
  background: #FFF;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  white-space: nowrap;
}
#mobmenu ul li ul li a {
  display: block;
  padding: 25px 30px 25px 50px;
  font-size: 18px;
  color: #D40808;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  white-space: nowrap;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover &gt; a {
  color: #FFF;
  background: #324653;
}
#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last &gt; a {
  border-bottom: 0;
}
/*#cssmenu &gt; ul &gt; li &gt; ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}*/
#cssmenu.align-right &gt; ul &gt; li &gt; ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 15px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.12);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#toggleMenu, #mobmenu-close {
	background: #324653 url('../img/ico/menu.png') 10px center no-repeat;
	padding: 15px 15px 15px 45px;
	min-height: 60px;
	cursor: pointer;
	color: #FFF;
}
#toggleMenu &gt; span, #mobmenu-close &gt; span {
	position: relative;
	top: 8px;
}
#mobmenu-close {
	background: #324653 url('../img/ico/close.png') 15px center no-repeat;
	margin: 0;
}
#mobmenu-close a {
	color: #FFF;
}
#cssmenu .li-active  &gt; a {
		border-bottom: 7px solid #f80808;	
		color: #FFF;
	}
#mobmenu .li-active {
	/*border-bottom: 2px solid #f80808;	*/
	background: #E0FFFF;	
}
#mobmenu .li-active &gt; a, #menu .li-active &gt; a {
	color: #FFF;
	background: #324653;
}
#pre-menu {
	border-collapse: collapse;
	width: 100%;
}

#pre-menu td, #pre-menu th {
	color: #324653;	
	padding: 12px 10px 12px 10px;
	border-bottom: 1px solid #FFF;
	transition: all .2s ease;
	font-size: 18px;
}
#pre-menu th {
	background: #F8F8F8;
	text-align: left;
}
#pre-menu td:hover {
	border-bottom: 1px solid #f80808;
	color: #374046;	
}
#pre-menu .button  {
	padding: 5px 20px;
}
#pre-menu a {
	color: #FFF;
}
.li-sq {
	width: 14px;
	height: 14px;
	background: #f80808;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.home {
	background:  url('../img/ico/home.png') center 21px no-repeat;
}
#cssmenu .home:hover {
	background:  #324653 url('../img/ico/home.png') center 21px no-repeat;
}
#mobmenu .home {
	background:  url('../img/ico/home_red.png') center 21px no-repeat;
}
#cssmenu .arr-1 {
	background:  url('../img/ico/arr_down.png') right 10px top 36px  no-repeat;
}
#mobmenu .arr-1 {
	background:  url('../img/ico/arr_down_red.png') right 10px center  no-repeat;
}
.arr-1:hover {
	background:  url('../img/ico/arr_down-hover.png') right 32px  no-repeat;
}
#mobmenu .arr-2 {
	background:  #F6F6F6 url('../img/ico/arr_down2.png') right 10px center  no-repeat;
}
#cssmenu .arr-2 {
	background:  #F6F6F6 url('../img/ico/arr_right.png') right 10px center  no-repeat;
}</pre></body></html>