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

	Freshlook HTML by DesignareThemes
	
	superfish.css
	(used for menu)
========================================

*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			100px; /* match top ul list item height */
	z-index:		99;
	margin-top: 3px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul, ul.sf-menu li li.sfHover ul ul, ul.sf-menu li li.sfHover ul ul ul {
	left:			10em; /* match ul width */
	top:			-3px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.sf-menu li li {
	background:	#fff;
	text-align: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.sf-menu li li a {
	color: #666 ;
	text-decoration: none;
	padding: 10px 35px 10px 18px;
	font-family: Helvetica Neue, Open Sans, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	line-height: 20px;
	letter-spacing: 0.9px;
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.sf-menu li ul li:last-child a{
	border-bottom: none ;
}
/*
.sf-menu li li.sfHover
, .sf-menu li li:hover{
	background: red;
}
*/

.sf-menu li li a:hover{
	color: white;
}

.sf-menu &gt; li li.sfHover &gt; a{
	color: #fff !important;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
/*
a &gt; .sf-sub-indicator { 
	top:.8em;
	background-position: 0 -100px; 
}
*/
.sf-sub-indicator{
	position: relative;
	display: inline-block;
	margin-left: 5px;
	width: 10px;
}
#menulava li ul li .sf-sub-indicator{
	top:11px;
	background-position: 0 0;
	position: absolute;
	display: block;
	right: 1.2em;
}
#menulava li ul li a:hover &gt; .sf-sub-indicator, #menulava li ul li &gt; a:active &gt; .sf-sub-indicator, #menulava li ul li .sf-menu ul li:hover &gt; a &gt; .sf-sub-indicator, #menulava li li.sfHover &gt; a &gt; .sf-sub-indicator{
	top:11px;
	background-position: -10px 0; 

}
/*
.sf-menu ul li ul li a .sf-sub-indicator{
	position: absolute;
	display: block;
	right: 1.75em;
	top: 1.25em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/sf-sub-indicator.png') no-repeat -10px -100px;
}
*/


a:focus &gt; .sf-sub-indicator,
a:hover &gt; .sf-sub-indicator,
a:active &gt; .sf-sub-indicator,
li:hover &gt; a &gt; .sf-sub-indicator,
li.sfHover &gt; a &gt; .sf-sub-indicator, header #menulava &gt; li.current-menu-item &gt; a &gt; .sf-sub-indicator, header #menulava &gt; li.current-menu-ancestor &gt; a &gt; .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a &gt; .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus &gt; .sf-sub-indicator,
.sf-menu ul a:hover &gt; .sf-sub-indicator,
.sf-menu ul a:active &gt; .sf-sub-indicator,
.sf-menu ul li:hover &gt; a &gt; .sf-sub-indicator,
.sf-menu ul li.sfHover &gt; a &gt; .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.sf-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul.sub-menu{
	margin-top: 0px !important;
}</pre></body></html>