
/* ------------------------------------------- */
/* Custom overrides to "track/css/MenuBar.css" */

TD.menuSubItemCol {
    cursor: pointer;    
    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;
}
