﻿.MainMenuCell {
    background: -webkit-linear-gradient(180deg, #023960, #035fa1); /*For Safari 5.1 to 6.0*/
    background: -o-linear-gradient(180deg, #023960, #035fa1); /*For Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(180deg, #023960, #035fa1); /*For Firefox 3.6 to 15*/
    background: linear-gradient(180deg, #023960, #035fa1); /*Standard syntax (must be last)*/
    border-left: 2px solid #023960;
    cursor: pointer;
    font-size: 12pt;
    height: 50px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    width: 100px;
}

    .MainMenuCell:hover {
        border-left-color: whitesmoke;
    }

.MainMenuCellLinks {
    background: -webkit-linear-gradient(180deg, #023960, #035fa1); /*For Safari 5.1 to 6.0*/
    background: -o-linear-gradient(180deg, #023960, #035fa1); /*For Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(180deg, #023960, #035fa1); /*For Firefox 3.6 to 15*/
    background: linear-gradient(180deg, #023960, #035fa1); /*Standard syntax (must be last)*/
    border-left: 2px solid #023960;
    cursor: pointer;
    font-size: 12pt;
    height: 50px;
    text-align: left;
    vertical-align: top;
    width: 100px;
}

    .MainMenuCellLinks:hover {
        border-left-color: whitesmoke;
    }

.MainMenuTitleBold {
    color: #016299;
    font-weight: bold;
}

.MainMenuItem {
    /*font-size: 9pt;*/
    font-weight: bold;
    text-wrap: none;
}

.MainMenuSubItem {
    font-size: 7.5pt;
}

a.MenuLink2 {
    color: whitesmoke;
    text-decoration: none;
}

    a.MenuLink2:hover {
        text-decoration: none;
    }

.ChildMenu {
    position: absolute;
    background: -webkit-linear-gradient(180deg, #023960, #035fa1); /*For Safari 5.1 to 6.0*/
    background: -o-linear-gradient(180deg, #023960, #035fa1); /*For Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(180deg, #023960, #035fa1); /*For Firefox 3.6 to 15*/
    background: linear-gradient(180deg, #023960, #035fa1); /*Standard syntax (must be last)*/
    /*border-left: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;*/
    display: none;
    z-index: 10000;
}

.ChildMenuCell {
    border-top: 1px solid #016299;
    /*font-size: 9pt;*/
    font-weight: bold;
    height: 20px;
    padding: 10px;
    text-align: left;
}

    .ChildMenuCell:hover {
        background: -webkit-linear-gradient(180deg, #023960, #035fa1); /*For Safari 5.1 to 6.0*/
        background: -o-linear-gradient(180deg, #023960, #035fa1); /*For Opera 11.1 to 12.0*/
        background: -moz-linear-gradient(180deg, #023960, #035fa1); /*For Firefox 3.6 to 15*/
        background: linear-gradient(180deg, #023960, #035fa1); /*Standard syntax (must be last)*/
        /*color: #016299;*/
        cursor: pointer;
    }

.ChildMenuCellLinks {
    border-top: 1px solid #016299;
    /*font-size: 9pt;*/
    font-weight: bold;
    height: 20px;
    text-align: left;
}

    .ChildMenuCellLinks:hover {
        background: -webkit-linear-gradient(180deg, #023960, #035fa1); /*For Safari 5.1 to 6.0*/
        background: -o-linear-gradient(180deg, #023960, #035fa1); /*For Opera 11.1 to 12.0*/
        background: -moz-linear-gradient(180deg, #023960, #035fa1); /*For Firefox 3.6 to 15*/
        background: linear-gradient(180deg, #023960, #035fa1); /*Standard syntax (must be last)*/
        color: #016299;
        cursor: pointer;
    }

.ChildMenuItem {
}

#TopMenu {
    background: -webkit-linear-gradient(180deg, #023960, #035fa1); /*For Safari 5.1 to 6.0*/
    background: -o-linear-gradient(180deg, #023960, #035fa1); /*For Opera 11.1 to 12.0*/
    background: -moz-linear-gradient(180deg, #023960, #035fa1); /*For Firefox 3.6 to 15*/
    background: linear-gradient(180deg, #023960, #035fa1); /*Standard syntax (must be last)*/
    color: whitesmoke;
    font-family: 'Segoe UI', Tahoma, Arial, 'Trebuchet MS', Helvetica, sans-serif;
    width: 100%;
    z-index: 999;
}
