<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.smart_menu_pos{padding: 0;}
.smart_menu_pos ul.menu{
    margin: 0px;position:static !important;
}
.smart_menu_pos ul.menu{
    display: block;
    line-height: 1;
    position: relative;
    padding-left: 8px;
}
.smart_menu_pos ul.menu li{
    display: block;
    line-height: 1;
    position: relative;
    padding-left: 18px;
}
.smart_menu_pos ul.menu li a {
    display: block;
    line-height: 1;
    position: relative;
    padding-left: 32px;
}
.smart_menu_pos ul.menu ul {
    display: none;
    margin: 0;
    padding: 8px;
}
.smart_menu_pos ul.menu &gt; li &gt; a {
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-bottom: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); */
    z-index: 2;
    cursor:pointer;
    background-image: none !important;
    outline: none;
}
.smart_menu_pos ul.menu &gt; li.active &gt; a,
.smart_menu_pos ul.menu &gt; li.rtb_openmenu &gt; a {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #eeeeee;
    background-image: none !important;
}
.smart_menu_pos ul.menu &gt; li.rtb_openmenu &gt; a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.49);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
}
.smart_menu_pos ul.menu &gt; li:last-child &gt; a{
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
}
.smart_menu_pos ul.menu &gt; li &gt; a:hover &gt; span:after,
.smart_menu_pos ul.menu &gt; li.active &gt; a &gt; span:after,
.smart_menu_pos ul.menu &gt; li.rtb_openmenu &gt; a &gt; span:after {
    border-color: #eeeeee;
}
.smart_menu_pos ul.menu ul li a {
    background:#49505a0e !important;
    border-bottom: 1px solid #32373e;
    /*border-left: 1px solid #32373e;*/
    border-right: 1px solid #32373e;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #eeeeee;
    cursor: pointer;
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 1;
}
.smart_menu_pos ul.menu ul li:hover &gt; a,
.smart_menu_pos ul.menu ul li.rtb_openmenu &gt; a,
.smart_menu_pos ul.menu ul li.active &gt; a {
    /*background: none repeat scroll 0 0 #424852 !important;*/
    color: #ffffff;
}
.smart_menu_pos ul.menu ul li:first-child &gt; a {
    box-shadow: none;
}
.smart_menu_pos ul.menu ul ul li:first-child &gt; a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
.smart_menu_pos ul.menu ul ul li a {
    padding-left: 30px;
}
.smart_menu_pos ul.menu &gt; li &gt; ul &gt; li:last-child &gt; a{
    border-bottom: 0 none;
}
.smart_menu_pos ul.menu &gt; li &gt; ul &gt; li.rtb_openmenu:last-child &gt; a{
    border-bottom: 1px solid #32373e;
}
.smart_menu_pos ul.menu &gt; li &gt; ul &gt; li.rtb_openmenu:last-child &gt; ul &gt; li:last-child &gt; a {
    border-bottom: 0 none;
}
.smart_menu_pos ul.menu li.folder &gt; a:after {
    border-left: 3px solid #eeeeee;
    border-top: 3px solid #eeeeee;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 13px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 7px;
    z-index: 10;
}
.smart_menu_pos ul.menu li.folder ul li &gt; a:after {top:9px;}
.smart_menu_pos ul.menu ul li.active &gt; a:after,
.smart_menu_pos ul.menu ul li.rtb_openmenu &gt; a:after,
.smart_menu_pos ul.menu ul li &gt; a:hover:after {
    border-color: #ffffff;
}

</pre></body></html>