<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
}
.sf-menu, .sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.sf-menu &gt; li {
    background: rgba(0, 0, 0, 0) url("../../images/msplit.png") no-repeat scroll right top;
    float: left;
    padding: 3px 3px 0 0;
}
.sf-menu &gt; li:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 3px 8px 0 0;
}
.sf-menu &gt; li &gt; .sf-with-ul::after {
    border: medium none !important;
}
.sf-menu &gt; li.sfHover &gt; a {
    border-top: 1px solid #D83A31;
    color: #D83A31 !important;
}
.sf-menu &gt; li a:hover {
    border-top: 1px solid #D83A31;
    color: #D83A31 !important;
}
.sf-menu li:hover &gt; ul, .sf-menu li.sfHover &gt; ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    left: 100%;
    top: 0;
}
.sf-menu {
    float: right;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
}
.sf-menu ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    margin-top: 0;
    min-width: 12em;
    padding: 10px 5px;
}
.sf-menu a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #7c7c7c;
}
.sf-menu a:hover, .sfHover &gt; a {
    background: #eee none repeat scroll 0 0;
    color: #666 !important;
}
.sf-menu li:hover a, .sf-menu a:hover, .sfHover a {
    background: #fff none repeat scroll 0 0;
    color: #666;
}
.sf-menu ul li a {
    border-top: 1px solid #fff;
    height: 18px;
    line-height: 18px;
}
.sf-menu li {
    transition: background 0.2s ease 0s;
    white-space: nowrap;
}
.sf-menu ul li {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
}
.sf-menu ul li a {
    background: #ffffff none repeat scroll 0 0;
    color: #666;
    padding: 8px;
    text-decoration: none;
    font-weight: 400;
}
.sf-menu ul li a:hover {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 2px;
    color: #666;
    text-decoration: none;
}
.sf-menu ul li a.active {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #666;
    text-decoration: none;
}
.sf-menu ul ul li {
    background: #fff none repeat scroll 0 0;
}
.sf-menu li:hover, .sf-menu li.sfHover {
    transition: none 0s ease 0s ;
}
.sf-arrows ul li a.sf-with-ul {
    padding-right: 30px;
}
.sf-menu ul li.sfHover .sf-with-ul {
    background: #eeeeee none repeat scroll 0 0;
}
.sf-menu ul::before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    margin-left: 20px;
    margin-top: -22px;
    position: absolute;
    width: 0;
}
.sf-menu ul li ul::before {
    border: 0 none;
}
.sf-arrows .sf-with-ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(84, 84, 84, 1) transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    height: 0;
    margin-right: -8px;
    margin-top: 2px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0;
}
.sf-arrows &gt; li &gt; .sf-with-ul:focus::after, .sf-arrows &gt; li:hover &gt; .sf-with-ul::after, .sf-arrows &gt; .sfHover &gt; .sf-with-ul::after {
    border-top-color: white;
}
.sf-arrows ul .sf-with-ul::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
    margin-right: -6px;
    margin-top: -5px;
}
.sf-arrows ul li &gt; .sf-with-ul:focus::after, .sf-arrows ul li:hover &gt; .sf-with-ul::after, .sf-arrows ul .sfHover &gt; .sf-with-ul::after {
    border-left-color: white;
}
</pre></body></html>