<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.sf-menu {
	/*float: left;*/
	width: 916px;
	display: table-row;
	/*background-color: #87888a;
	background-position: 50% 0px;
	background-image: url("../../img/menu_bg.png") repeat-x;*/
	background-image:url(../../img/menu_bg.png);
	z-index: 90;
	
}

.sf-menu a {
	position: relative;
	display: block;
	color: white;
	/*padding: .75em 1em;*/
	padding: 9px 1em 8px 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	position: relative;

	z-index: 95;
	


	border-top: 1px solid white;
	border-bottom: 1px solid #e2001a;
	white-space: nowrap;
	display: table-cell;
	/*table-layout: fixed;*/
	
}
.sf-menu li:hover ,
.sf-menu li.sfHover,
.sf-menu li.current {
	border-top: 1px solid #e2001a;
	border-bottom: 1px solid white;
}
.sf-menu li a {
	color: white;
	text-decoration: none;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 100%;
	/*margin-top: -2px;*/
}

.sf-menu ul li {
	margin-bottom: 1px;
	border-top: 1px solid white;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	background: #87888a;
	opacity: 0.85;
	z-index: 101;
	display: list-item;
}
.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
	display: block;
}
.sf-menu ul li:hover ,
.sf-menu ul li.sfHover {
	border-top: 1px solid white;
	border-bottom: 1px solid #e2001a;
	opacity: 1;
}
.sf-menu ul li+li {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;

}
.sf-menu ul li+li:hover ,
.sf-menu ul li+li.sfHover {
	border-top: 1px solid transparent;
	border-bottom: 1px solid #e2001a;
}
</pre></body></html>