<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*menu with jquery.horizontalNav.js*/

nav { 
	display: block;
	z-index: 11;
}

.sf-menu {margin-top: 0px;}
.sf-menu &gt; li &gt; span {display: block; position: relative;}
.sf-menu ul {position:absolute;top:-999px; display:none; }/*offset of submenus need to match (see below)*/
.sf-menu li { padding-left:0px; position:relative; background: none;}
	.sf-menu a {
		display: block;
		font-family: 'Open Sans', sans-serif;
		text-decoration: none;
		font-size: 14px;
		line-height: 16px;
		color: #ffffff;
		text-transform: uppercase;
	}
		.sf-menu a:hover {text-decoration: none;}
		.sf-menu li:hover span {color:#ffffff;}

/*================================&gt;&gt; 1 Level &lt;&lt;========================================*/

li.sfHover {position: relative;}
.sf-menu &gt; li &gt; a {
	display:block;
	height: 89px;
	width: 154px;
	text-align: center;
	vertical-align: middle;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	line-height: 93px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease;
	z-index: 100;
}
.sf-menu &gt; li:first-child &gt; a {border-left:1px solid #ffffff;}
.sf-menu &gt; li {
	display: block;
	position: relative;
	float: left;
     -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
   	transition: background 0.3s ease;
}

	.sf-menu &gt; li:hover &gt; a, 
	.sf-menu &gt; li.current &gt; a, 
	.sf-menu &gt; li.sfHover &gt; a,
	.sf-menu &gt; li:hover &gt; span, 
	.sf-menu &gt; li.current &gt; span, 
	.sf-menu &gt; li.sfHover &gt; span {
		color: #ffffff;
	}
	.sf-menu &gt; li.current,
	.sf-menu &gt; li:hover {
		background: #0135a3;
		-moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease;
	}

.sf-menu li span {
	position: absolute;
}

.sf-menu &gt; li &gt; a &gt; .sf-sub-indicator {
	display: block;
	height: 0px;
	width: 0px;
	left: 50%;
	margin-left: -3px;	
	top: 61px;
	-moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
	text-indent: -1000px;
	overflow: hidden;
	border: 6px solid;
	border-color: #fff transparent transparent transparent;
}
.sf-menu &gt; li.sfHover &gt; a &gt; .sf-sub-indicator {
	top: 68px;
	z-index: 100;
}

/*================================&gt;&gt; 2 Level &lt;&lt;========================================*/
.sf-menu &gt; li &gt; ul, 
.sf-menu &gt; li.sfHover &gt; ul {
	top: 89px;
	width: 100%;
	z-index:99;
	background: #6463fc;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 33px;
	margin-left: 0px;
}
.sf-menu &gt; li.home &gt; ul, 
.sf-menu &gt; li.sfHover.home &gt; ul {width: 178px;}

.sf-menu &gt; li &gt; ul &gt; li {height: auto; border: none; margin: 0; padding: 0;}

.sf-menu &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	padding: 6px 0 6px 0px;
}
.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover &gt; a,
.sf-menu li.sfHover li.sfHover span { 
	background: #fff;
	color: #6463fc;
}

.sf-menu li li.sfHover {
	background: inherit;
}

	.sf-menu &gt; li &gt; ul .sf-sub-indicator {line-height: 17px;}

.sf-menu &gt; li &gt; ul .sf-sub-indicator {
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #fff;
	text-indent: -1000px;
	overflow: hidden;
}
/*================================&gt;&gt; 3 Level &lt;&lt;========================================*/

.sf-menu li li ul {
	left: 170px;
	top: -3px;
	width: 156px;
	z-index:99;
	background: #ffd249 url(../images/bg-1.gif) 0 0 repeat-x;
	position: absolute;
	padding-top: 26px;
	padding-bottom: 25px;
	text-align: center;
}

.sf-menu li li ul:after { 
	position: absolute;
	content: "";
	top: 12px;
	left: -10px;
	width: 0;
	height: 0;
	border: 5px solid;
	border-color: transparent #ffd249 transparent transparent;
}

.sf-menu li li li {height: auto; border: none; margin: 0;}
.sf-menu li li li a {
	display: block;
	padding: 6px 0 6px 0px;
	color: #a28a2d;
}
.sf-menu li li li:first-child &gt; a {
	border: none;
}
.sf-menu li li li a:hover {	color: #ffffff; background: #806d23;}
.sf-menu &gt; li &gt; li.sfHover &gt; span {
	/*background: url(../images/bg-5.gif) 0 0 repeat-x;*/
}

.sf-menu &gt; li &gt; ul &gt; li &gt; a &gt; span { top: 8px; right: 6px;}


/*==================================RESPONSIVE LAYOUTS===============================================*/

/*@media only screen and (max-width: 1024px) {
	
}*/

@media only screen and (max-width: 1324px) {
	.sf-menu &gt; li &gt; a { width: 122px;}
	.sf-menu &gt; li.home &gt; a {width: 62px;}
	.sf-menu li li ul { left: 147px;}
}
@media only screen and (max-width: 795px) {

}
@media only screen and (max-width: 767px) {
	nav {margin-bottom: 0px;padding-bottom: 0px;margin-top: 0px;}
	.sf-menu { display:none !important;}

	nav select {
		height: 35px;
		border: 1px solid #199ed9;
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 20px;
		color: #010066;
		background-color: #ffffff;
		width: 80%;
		float: left;
	    outline: none;
	    padding: 5px;
		font-weight: normal;
		margin-top: 0px;
	}
	nav select option:first-child {
		color:#20201f;
	}
	nav { padding-bottom: 0px; margin-top: 0px;margin-bottom: 0px; height: 70px;}
	nav { background: none;}
}

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