a.hmenu {
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
}

a:hover.hmenu {
    color: #00406e;
}

a.hmenu-selected {
    font-size: 19px;
    color: #00406e;
    text-decoration: none;
    font-style: normal;
}

/******** footer menu ***********/

a.fmenu {
    font-size: 14px;
    color: #646464;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

a:hover.fmenu {
    color: #00406e;
}

a.fmenu-selected {
    font-size: 14px;
    color: #00406e;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

font.fmenu {
    font-size: 14px;
    color: #646464;
    font-weight: normal;
}


/******** left menu ***********/

div.lmenu {
    padding-bottom: 10px;
    vertical-align: bottom;
}

a:hover.lmenu {
    color: #00406e;
}

a.lmenu {
    font-size: 13px;
    color: #646464;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

a.lmenu-selected {
    font-size: 13px;
    color: #00406e;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
}

