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: none !important;
}

.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;
}

    ul.megamenu li a:hover {
        text-decoration: none;
    }

    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: 5px !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: 14px;
    }

.level0 {
    border-right: medium none;
    position: relative;
}
ul.megamenu li:hover, .megahover, ul.megamenu .current {
    background: #5db7f8 none repeat scroll 0 0;
    border-radius: 4px !important;
    color: #fff;
}
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: #439dde none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-top: 40px;
    width: auto;
    z-index: 1000;
}
.sub-inner .row {
    margin: 0;
    padding: 0;
}

    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;
    margin-top: 0px;
    text-align: left;
}

.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 {
    display: block;
    float: left;
}
/*.megamenu.navDropdown {
  background: #25598B none repeat scroll 0 0;
  float: left;
  margin-left: 5px;
  margin-right: -32px;
  padding-top: 0;
  width: 1014px;
}*/

.megamenu.navDropdown {
    background: none;
    float: left;
    height: 40px;
    padding-top: 5px;
    line-height: 30px;
}
.new {
  color: #ff954b !important;
}
.level0.current.new {
  color: #fff !important;
}