﻿.leftMenu { vertical-align: middle; }

.leftMenu a {
    display: block  !important;
    width: 165px;
    height: 25px;
    line-height: 25px;
    padding: 0px 0px 0px 25px;
    font-size: 15px;
    margin: 0 auto 5px 4px;
    background-color: #010066;
    text-align: left;
    vertical-align: bottom ! important;
}
.selectedLeftMenu {}
.selectedLeftMenu a, .selectedLeftMenu a:visited {
    color : #FFFFFF !important;
    font-weight: bold;
    font-size: 15px !important;
    background-color: Transparent !important;
}
.selectedLeftMenu a:hover, .selectedLeftMenu a:active {
    color: #00C4F8 !important;
    font-weight: bold;
    font-size: 15px !important;
    background-color: Transparent !important;
}

.popUpMenu {
    background-color: #010066 ! important;
    padding: 4px;
    border: 2px #0192d3 solid ! important;
}

.mainMenu {}
.mainMenu a, .mainMenu a:visited {
    color : #0b3361 !important;
    font-size: 10px;
    font-weight: bold;
}
.mainMenu a:hover, .mainMenu a:active {
    color: #000000 !important;
    font-size: 10px;
    font-weight: bold;
}

.selectedMainMenu {}
.mainMenu .selectedMainMenu a, .mainMenu .selectedMainMenu a:visited {
    color : #000000 !important;
    font-size: 10px !important;
    font-weight: bolder;
    text-decoration: underline;
}
.mainMenu .selectedMainMenu a:hover, .mainMenu .selectedMainMenu a:active {
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: bolder;
    text-decoration: underline;
}