<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menuul, .menuul ul {
    padding: 0px;
    background: #eee;
    width: 100%;
    list-style: none
}

.menuul li {
    cursor: pointer;
    padding-left: 0.7em;
}

.menuul a:link {
    color: black;
    text-decoration: none;
}

.menuul a:visited {
    color: black;
    text-decoration: none;
}

.menuul a:hover {
    color: black;
    text-decoration: none;
}

.menuul a:active {
    color: black;
    text-decoration: none;
}

.menuul a.current {
    font-weight: bold
}

.menuul a.current::before {
    content: "\00203a  ";
}

.menubutton {
    border: 0px;
    background: #eee;
    font: inherit;
}

.menubutton img {
    display: block;
}

.menuul span {
    cursor: pointer
}

.menuul input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menuul input::-moz-focus-inner {
    padding: 0px;
    border: 0px
}

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