<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------------------------------------- */
/* Custom overrides to "track/css/MenuBar.css" */

TD.menuSubItemCol {
    cursor: pointer;
    border-top: solid 1px #999999;
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 5px;
    text-align: left;
    width:  100%;
    height: 100%;
    font-size: 11px;
}
TD.menuSubItemCol:hover {
    background-color: #D9DDE1;
    font-weight: bold;
    color: black;
}

A.menuSubItemLink {
    text-decoration: none;
    color: black;
}
A.menuSubItemLink:hover {
    color: black;
}
</pre></body></html>