ul.megamenu {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    list-style: none;
}

    ul.megamenu, ul.megamenu li {
        list-style-type: none;
        color: #ffd800;
    }

.menu-pc-tablet ul.megamenu li {
    float: left;
    padding: 0 15px;
    position: relative;
}

ul.megamenu li :first-child {
    border-radius: 0 0 0 0;
}

ul.megamenu li.home a {
  border-left: medium none !important;
  margin-top: -10px;
  padding-left: 25px;
}

.menu-pc-tablet ul.megamenu li:last-child {
    border-right: none !important;
}

ul.megamenu ul {
    padding: 0;
    margin: 0;
}

ul.megamenu li a {
    color: #fff;
    float: left;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 12px;
}

    ul.megamenu li a:hover {
        text-decoration: underline;
        color: #ffc22d;
    }

    ul.megamenu li a.current {
    }

ul.megamenu li .sub {
    position: absolute;
    left: 0;
    float: left;
    display: none;
    z-index: 99;
}

ul.megamenu .sub ul li a:hover {
    color: #ffd800;
}

ul.megamenu li .row {
    width: 200px;
}

ul.megamenu li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 270px;
    float: left;
}

ul.megamenu .sub ul li {
    width: 100%;
    /*background: url(../images/arrow.png) no-repeat 0 9px;*/
    padding-left: 0;
    /*overflow: hidden;*/
    float: left;
    /*line-height:2;*/
}

    ul.megamenu .sub ul li h2 {
        padding: 0;
        color: #fff;
        margin: 0;
        font-size: 11px;
        font-weight: normal;
    }

        ul.megamenu .sub ul li h2 a {
            padding-top: 29px;
            /*padding-left: 5px;*/
        }

    ul.megamenu .sub ul li a {
        border: medium none;
        color: #fff;
        float: none;
        font-size: 14px !important;
        font-weight: normal;
        font-family: tahoma,arial !important;
    }

.megamenusubcontent {
    margin-left: 10px !important;
}

#megamenu li.subheader {
    border: medium none;
}
/* --Modify for styling --*/
ul.megamenu {
    display: block;
    /*background:#4a6791;*/
}

    ul.megamenu a {
        color: #eedb23;
        font-weight: normal;
    }

    ul.megamenu a {
        font-family: tahoma,arial !important;
        font-size: 15px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-top: 5px;
    }

.level0.contact {
    border-right: medium none;
}

ul.megamenu li:hover, .megahover {
    color: #FFC22D;
    font-weight: bold;
}

.level0.current {
    color: #FFC22D;
    font-weight: bold;
}

.level0.home {
    background: rgba(0, 0, 0, 0) url("../Image/home-icon.png") no-repeat scroll 0 0;
    margin-top: 10px;
}


div.sub {
    padding: 8px;
    /*-webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
}

.sub:not(:focus) {
    display: none;
}

.sub {
    top: 0 !important;
}

ul.megamenu li .sub {
    background: none repeat scroll 0 0 #054A99;
    /*border: 2px solid #002e5e;*/
    margin-top: 40px;
    width: auto;
    /*line-height:2;*/
    clear: both;
    /*padding-top:10px;*/
    float: left;
}

    ul.megamenu li .sub .sub-inner {
        /*background: #25598B none repeat scroll 0 0;*/
        clear: both;
        display: block;
        float: left;
        /*margin-left: -8px;*/
        top: 0em;
        width: 200px;
    }

dib.sub ul {
    margin-left: 0px;
}

#megamenu li.subheader {
    float: left;
    height: 10px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
    margin-left: -10px;
}

.sub div.sub-inner div.row div.row {
    float: left;
    padding-bottom: 10px;
    margin-left: 0px;
}

#megamenu li.sublink {
    margin-bottom: 6px;
}

#megamenu li.subheader h2 {
    margin-bottom: 0;
    text-align: left;
}

ul.megamenu .sub ul li h2 a {
    color: #fff;
    font-size: 12px; 
}

.megamenu.navDropdown {
  background: #ab2c2c none repeat scroll 0 0;
  float: left;
  height: 40px;
  line-height: 30px;
  padding-left: 5px;
  padding-top: 0;
  width: 100%;
}

.megamenu.navDropdown.active {
  background: #054A99 none repeat scroll 0 0;
}

