<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menuul li { 
    display: none;
}
#menuul .firstlevel { display: list-item; }

#menuul a:link, #menuul a:visited {
    text-decoration: none;
    color: #006600;
}

#menuul a:hover {
    text-decoration: underline;
}

#menuul a div:hover {
    background-color: #ddd;
}

#menuul li.menuactive {
    font-weight: bold;
    pointer-events: none;
}

#menuul li.menuactive :visited {
    //color: #0a0;
}

#menuul, #menuul ul {
    list-style-type:none;
    margin:0px;
    padding-left:0px;
}

#menuul ul {
    padding-left:15px;
    margin: 0;
}

#menuul li ul li a:link, #menuul li ul li a:visited {
    color: #00AA00;
}

#menuul .firstlevel {
   // border-bottom: 1px solid green;
}

#menuul .firstlevel:first-of-type {
   // border-top: 1px solid green;
}

.menuelement:only-of-type {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}</pre></body></html>