<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Base Styles */
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    color: #999999;
    padding-bottom: 3px;
    
}
#cssmenu a
{
    line-height: 1.3;
}
#cssmenu
{
    width: 140px;
    padding-left: 10px;
}
#cssmenu &gt; ul &gt; li &gt; a
{
    /*padding-right: 40px;*/
    font-size: 13px;
    font-weight: bold;
    display: block; /*background: #bd0e36;*/
    color: #999999; /*border-bottom: 1px solid #5e071b;*/ /*text-transform: uppercase;*/
}
#cssmenu &gt; ul &gt; li &gt; a &gt; span
{
    /*background: #ed1144;               padding: 10px;*/
    display: block;
    font-size: 13px;
    font-weight: 300;
}
#cssmenu &gt; ul &gt; li &gt; a:hover
{
    text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active
{
    border-bottom: none;
}
#cssmenu &gt; ul &gt; li.active &gt; a
{
    color: #0066cc;
}
#cssmenu &gt; ul &gt; li ul &gt; li.active &gt; a
{
    color: #0066cc;
}
#cssmenu &gt; ul &gt; li.active &gt; a span
{
    /*background: #bd0e36;*/
}
#cssmenu span.cnt
{
    position: absolute; /*top: 8px;               right: 15px;*/
    padding: 0;
    margin: 0;
    background: none;
}
/* Sub menu */
#cssmenu ul ul
{
    display: none;
    padding-left: 10px;
}
#cssmenu ul ul li
{
    /*border: 1px solid #e0e0e0;*/
    border-top: 0;
}
#cssmenu ul ul a
{
    /*padding: 10px;*/
    display: block; /*color: #ed1144;*/
    font-size: 13px;
}
#cssmenu ul ul a:hover
{
    /*color: #bd0e36;*/
}
/*#cssmenu ul ul li.odd {
    background: #f4f4f4;
}
#cssmenu ul ul li.even {
    background: #fff;
}*/</pre></body></html>