.mega-menu ul, .mega-menu ul li {list-style: none;}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}

.white {line-height: 16px; background: transparent url(../../img/navigations/bg_white.png) repeat-x 0 -80px; width: 100%; height: 40px; }
.white ul.mega-menu, .white ul.mega-menu, .white ul.mega-menu li {margin: 0; padding: 0; border: none;}
.white ul.mega-menu {border-right: 1px solid #afafaf; border-left: 1px solid #afafaf; position: relative;width: 960px;margin: 0 auto;}
.white ul.mega-menu li {float: left; margin: 0; padding: 0; font-size: 13px; font-weight: bold;}
.white ul.mega-menu li a {float: left; display: block; color: #353535; padding: 12px 28px 12px 15px; background: url(../../img/navigations/bg_white.png) repeat-x 100% 0; text-shadow: 1px 1px 1px #fff; text-decoration: none;}
.white ul.mega-menu li a.dc-mega {position: relative;}
.white ul.mega-menu li a .dc-mega-icon {display: block; position: absolute; width: 8px; height: 6px;  top: 18px; right: 15px; background: url(../../img/navigations/arrow.png) no-repeat 0 100%;}
.white ul.mega-menu li.mega-hover a, .white ul.mega-menu li a:hover ,.white ul.mega-menu li.has_active a{background-position: 100% -40px; color: #009acd; text-shadow: none;cursor: pointer;}
.white ul.mega-menu li.mega-hover a .dc-mega-icon {background-position: 0 100%;}
.white ul.mega-menu li .sub-container {position: absolute;
               /*background: url(../../img/navigations/bg_sub_left.png) no-repeat 0 100%;*/
               padding-left: 3px; margin-left: -3px;}
/*.white ul.mega-menu li .sub {background: url(../../img/navigations/bg_sub.png) no-repeat 100% 100%; padding: 20px 20px 20px 10px;}*/
.white ul.mega-menu li .sub {
    background: white;
    padding: 20px 20px 20px 10px;
    /*border-radi*/
    border-radius:0px 0px 9px 9px;
    /*border-ra*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    moz-border-radius: 0px 0px 9px 9px;
    moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    webkit-border-radius:0px 0px 9px 9px;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.white ul.mega-menu li .sub-container.mega .sub {padding: 20px 20px 10px 20px;}
.white ul.mega-menu li .sub .row {width: 100%; overflow: hidden; clear: both;}
.white ul.mega-menu li .sub li {list-style: none; float: none; width: 250px; font-size: 1em; font-weight: normal;}
.white ul.mega-menu li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;}
.white ul.mega-menu li .sub li.mega-hdr.last {margin-right: 0;}
.white ul.mega-menu li .sub a {background: none; border: none; text-shadow: none; color: #353535; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;}
.white ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {padding: 5px 5px 5px 15px; margin-bottom: 5px; background: #e2e2e2 url(../../img/navigations/bg_mega_hdr.png) no-repeat 0 0; text-transform: uppercase; font-weight: bold; color: #353535; text-shadow: 1px 1px 1px #fff;}
.white ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover ,.white ul.mega-menu li .sub li.mega-hdr.active a.mega-hdr-a{color: #009acd; text-shadow: none;}
.white ul.mega-menu .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(../../img/navigations/arrow_off.png) no-repeat 5px 8px; font-weight: normal;}
.white ul.mega-menu .sub li.mega-hdr li a:hover, .white ul.mega-menu .sub li.mega-hdr li.active a{color: #009acd; background: #f6f6f6 url(../../img/navigations/arrow_on.png) no-repeat 5px 8px;}
.white ul.mega-menu .sub ul li {padding-right: 0;}
.white ul.mega-menu li .sub-container.non-mega .sub {padding: 20px 20px 20px 20px;}
.white ul.mega-menu li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;}
.white ul.mega-menu li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(../../img/navigations/arrow_off.png) no-repeat 7px 10px;}
.white ul.mega-menu li .sub-container.non-mega li a:hover ,.white ul.mega-menu li .sub-container.non-mega li.active a{color: #009acd; background: #f6f6f6 url(../../img/navigations/arrow_on.png) no-repeat 7px 10px;}


