


ul.vertMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 180px;
    background-color: #333333;
}

li.vertMenu {
    border-bottom: 1px solid #444444;
}



li.vertMenu a {
    display: block;
    color: #ddd;
    padding: 8px 0 8px 16px;
    text-decoration: none;
    font-size:11pt
}

li.vertMenu a:hover {
    background-color: #555;
    color: white;
    transition  : background 0.2s;
}


li.vertMenu a:active {
    background-color: #999;
    color: white;
}


li.vertMenu a.isActivePage {
/*    background-color: #0080ff; */
/*    background-color: #4996dc; */
    background-color: #3273be;
    color: white;
}




