<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
#cssmenu {
    color: #ffffff;
font-family: Proxima Nova Condensed Regular;
    width: 100%;
        margin-bottom: 30px;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu &gt; ul &gt; li &gt; a {
     background: #e7eaea;
    border-bottom: 1px solid #d7dbdb;
    color: #393939;
    cursor: pointer;
    font-size: 14px;
    padding: 9px 42px;
    text-decoration: none;
    z-index: 2;
        text-transform: uppercase;
}
#cssmenu &gt; ul &gt; li &gt; a:hover, 
#cssmenu &gt; ul &gt; li.active &gt; a, 
#cssmenu &gt; ul &gt; li.open &gt; a {
    background: #a4b3b3;
    color: #ffffff;
    text-transform: uppercase;
}


.holder {
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
        top: 34%;
}
.holder:after, .holder:before {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 6px;
    z-index: 10;
        color: #a4b3b3;
}

#cssmenu &gt; ul &gt; li &gt; a:hover &gt; span:after, 
#cssmenu &gt; ul &gt; li.active &gt; a &gt; span:after, 
#cssmenu &gt; ul &gt; li.open &gt; a &gt; span:after {
    border-color: #eeeeee;
}
.holder:before {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 2px;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 2px;
}
#cssmenu ul ul li a {
    background: #f2f2f2;
    border-bottom: 1px solid #e7eaea;
    color: #393939;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 20px;
    text-decoration: none;
    z-index: 1;
}
#cssmenu ul ul li:hover &gt; a, 
#cssmenu ul ul li.open &gt; a, 
#cssmenu ul ul li.active &gt; a {
    background: none repeat scroll 0 0 #FF0000;
    color: #ffffff;
}
#cssmenu ul ul li:first-child &gt; a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child &gt; a {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li:last-child &gt; a, 
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.last &gt; a {
    border-bottom: 0 none;
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.open:last-child &gt; a, 
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.last.open &gt; a {
    border-bottom: 1px solid #32373e;
}
#cssmenu &gt; ul &gt; li &gt; ul &gt; li.open:last-child &gt; ul &gt; li:last-child &gt; a {
    border-bottom: 0 none;
}
#cssmenu ul ul li.active &gt; a:after,
#cssmenu ul ul li.open &gt; a:after, 
#cssmenu ul ul li &gt; a:hover:after {
    border-color: #ffffff;
}
</pre></body></html>