
.menu-container {
    /*width:1086px;*/
    width: 98%;
    height: 50px;
    background: transparent;
    /*margin:80px auto;*/
    font-family: corbel;
    position: relative;
    margin: auto;
}

ul.menu {
    padding:0px;
    margin: 0px;
}


ul.menu li {
    /*float: left;
    padding: 15px;
    list-style: none;
    width: 100px;
    /*height:20px;*/
    /*text-align: left;
    position: relative;*/
    float: left;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    width: auto;
    /* height: 20px; */
    text-align: left;
    /*position: relative;*/
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    /* font-weight: lighter; */
        margin-bottom: 5px;
}

    ul.menu li a {
        /*color: #fff;
        text-decoration: none;*/
        color: #fff;
        text-decoration: none;
        font-family: 'Open Sans';
        font-weight: bold;
        font-size: 13px;
        color: #041b72;
        font-weight: lighter;
        text-transform: uppercase;
    }

        ul.menu li a:hover {
            color: #fff !important;
            text-decoration: none;
            cursor: default;
        }

    ul.menu li:hover {
        /*#2e2728*/
        color: white !important;
        background-color: #041b72;
        text-decoration: none;
    }

        ul.menu li:hover a {
            /*#2e2728*/
            color: white !important;
            background-color: #041b72;
            text-decoration: none;
        }

ul.menu ul {
    /*Original*/
    /*background: #041b72;
    position: relative;
    top: 15px;
    display: none;
    width: 70px;*/
    /*right: 15px;*/
    /*Modified 10Nov*/
    background: #041b72;
    position: absolute;
    top: 43px;
    display: none;
    width: 70px;
    /* right: 15px; */
    left: 0px;
    z-index: 99999;
    min-height: 125px;
}

.menu-container a {
    color: #2B3386 !important;
}

ul.menu ul li {
    /*float: none;
    position: relative;
    left: -40px;
    /*padding: 5px 15px 5px 15px;*/
    /*padding: 10px 0px 5px 15px;
    border-top: 1px solid #fff;*/
    /*width:150px;*/
    /*height: 40px;*/
    width: 200px !important;
    display: inline-block;
    vertical-align: top;
    height: auto;
    float: none;
    position: relative;
    left: -40px;
    /* padding: 5px 15px 5px 15px; */
    padding: 10px 0px 5px 15px;
    /* border-top: 1px solid #fff; */
    /* width: 150px; */
    /*height: 38px;*/
}

    ul.menu ul li:last-child {
        padding-bottom: 30px;
    }


.current {
    background-color: #46211A;
}

.with-child::after {
    content: '\25be';
    color: #ffffff;
}
