#navileft {
    position:          absolute; 
    left:                0px; 
    top:                76px; 
    bottom:             35px;
    width:             160px; 
    z-index:           4; 
    overflow:          auto; 
    font-size:         0.85em;
    background:        #ffffff;
    background-repeat: no-repeat;
}

#navileft ul
{
    list-style-type: none;
    margin:          0px;
    padding:         0px;
    width:           100%;
}

#navileft li {
    width: 100%;
}

#navileft a
{
    color:             white;
    background-color:  #B82738;
    border-top:        1px solid white;
    text-decoration:   none;
//    font-weight:       bold;
    width:             100%;
    display:           block;
    padding:           3px 12px 3px 5px;
}

#navileft a:hover
{
    background-color:  #CCC;
    color:             #B82738;
}

#navileft ul li.is-current > a {
    background:        #CCC;
    color:             #B30000;
}

#navileft ul li:not(.is-active) ul li a {
    display: none;
}

#navileft ul ul li a
{
    font-weight:       normal;
}

#navileft ul ul li a
{
    padding-right:  17px;
    padding-left:   16px;
}

#navileft ul ul ul li a
{
    padding-right:  1px;
    padding-left:  32px;
}
