<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tm-container ul,
.tm-container li,
.tm-container a {
    margin: 0;
    padding: 0;
}
.tm-container a {
    text-decoration: none;
}
.tm-container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
    
}
.toggleMenu {
    display:  none;
    background: #ccc;
    padding: 10px 15px;    
    font-size: 15px;    
}
#sotr {
    font-size: 17px;
}
.nav {
    list-style: none;
    *zoom: 1;
    font-size: 15px;
    font-weight:bold;   
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
#sotr li.test &gt; ul:nth-child(2) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    border-top: 3px solid #ffcc00;
}
#sotr &gt; li:nth-child(2) &gt; ul:nth-child(2) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    border-top: 3px solid #ffcc00;
}
#sotr &gt; li:nth-child(3) &gt; ul:nth-child(2) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    border-top: 3px solid #ffcc00;
}
#sotr &gt; li:nth-child(4) &gt; ul:nth-child(2) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    border-top: 3px solid #ffcc00;
}
#sotr &gt; li:nth-child(5) &gt; ul:nth-child(2) &gt; li:nth-child(1) &gt; a:nth-child(1) {
    border-top: 3px solid #ffcc00;
}
.nav a {
    padding: 10px 25px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav &gt; li {
    float: left;
    /*border-top: 1px solid #104336;*/
    color:#fff;
}
.nav &gt; li &gt; .parent {
    background-image: url("../images/menu-dn.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav li li .parent {
    background-image: url("../images/menu-arr.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.nav &gt; li &gt; a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    z-index: 1200;  
}
.nav &gt; li.hover &gt; ul {
    left: 0;
}
.nav li li.hover ul {
    left: 163%;
    top: 0%;    
}
.nav li li a {
    display: block;
    background: #065732;
    position: relative;
    z-index:100;
    border-top: 1px solid #a5a4a4;    

    width: 200px;
    font-size: 14px;
    font-weight: normal;
    color: #fff !important;
}
.nav li li li a {
    background:#065732;
    z-index:200;
    border-top: 1px solid #fff; 
    border-left: 1px solid #fff;   
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    toggleMenu.active {
        display: block;
    }
    .nav &gt; li {
        float: none;
    }
    .nav &gt; li &gt; .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/menu-dn.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav &gt; li.hover &gt; ul,
    .nav li li.hover ul {
        position: static;
    }
    .nav li li.hover ul {   
        margin-left: 0px;
    }
}
</pre></body></html>