/* ---------- new navigation ---------- */

#mega li {
    position: absolute;
    margin-left: -1px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1100;
}

    #mega li:hover {
        z-index: 1100;
        background-color: none !important;
    }

#mega a:link, #mega a:visited, #mega a.WithArrow:link {
    color: #fff;
    outline: 0;
    text-decoration: none;
    display: block;
    text-align: left;
}


/* ----------- Hide/Show Div ---------- */
#mega div {
    position: absolute;
    left: -600em;
    margin-left: 0px;
    /*/ width: 350px;*/
    padding: 10px 10px 15px 15px;
    border-top: 0;
    font-weight: normal;
    text-align: left;
    background: #193B64;
    font-size: 10px;
    border-top: none;
    margin-top: 30px;
    opacity: 0.98;
    border-bottom: 3px solid #333333;
    border-top: none;
}

#mega li:hover div {
    left: -1px;
    top: auto;
    background-color: none !important;
}

#mega li.dif:hover div {
    left: -221px;
    background-color: none !important;
}
/* --------- Within Div Styles --------- */
#mega div h2 {
    background: #010127;
    font-size: 1em;
    color: #fff;
    padding: 0 10px;
    margin: 10px 0 5px 0;
    clear: both;
    float: left;
    width: 330px;
    position: relative; /* makes above drop shadow */
}

#mega div a:link, #mega div a:visited {
    text-decoration: none; /*float: left;     clear: left;  */
    line-height: 22px;
    font-size: 12px;
    font-family: Georgia;
    font-weight: normal;
    width: 200px;
    padding: 0;
    border: none;
    background-image: none;
    color: #fff !important;
}

#mega div a:hover, #mega div a:focus, #mega div a:active {
    background-color: none !important;
    width: 200px;
    /*background-color:#141C1F;*/
}
/* ---------- Drop Shadow ---------- */
#mega div .s1, #mega div .s2, #mega div .s3 {
    position: absolute;
    width: 100%;
    height: 100%;
}

#mega div .s1 {
    background: url(http://www.pakistanherald.com/images/rightcorner.png) 100% 0 no-repeat;
    top: 1px;
    right: -9px;
}

#mega div .s2 {
    background: url(http://www.pakistanherald.com/images/leftcorner.png) 0 100% no-repeat;
    bottom: -9px;
    left: 1px;
}

#mega div .s3 {
    top: 9px;
    right: -9px;
}

#mega li:hover .s4 {
    background: url(http://www.pakistanherald.com/StyleSheets/images/li-shadow.png) 100% 0 repeat-y;
    position: absolute;
    top: 0;
    right: -9px;
    height: 100%;
    padding: 0 8px 0 0;
}

* html #mega li:hover .s4 {
    background: none;
}

#mega li:hover .dif-s4 {
    padding-bottom: 9px;
}

a.giftVoucherLink, a.giftVoucherLink:visited {
    background-image: url(http://www.pakistanherald.com/Images/gift_icon_top_nav.png);
    background-repeat: no-repeat;
    background-position: 0 0%;
}

    a.giftVoucherLink:hover {
    }















.middle_nav {
    width: 935px;
    background-color: #000;
    margin-top: 10px;
    padding: 5px 0 0 10px;
    float: left;
}

.middle_nav_ul {
    width: 600px;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    float: left;
    padding: 0;
    margin-bottom: 0px;
}


    .middle_nav_ul li {
        float: left;
        list-style: none;
        border-right: 1px solid #454545;
        background-color: #CDC8B1;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .middle_nav_ul li:hover {
            background-color: red;
            margin-bottom: 0;
            border-right: none;
            padding-right: 1px;
        }

a.Show_Menu, a.Show_Menu:visited, a.ActiveLink:link, a.ActiveLink:visited {
    float: left;
    color: #000;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

    a.Show_Menu:hover {
        color: #fff;
        display: block;
    }

a.ActiveLink:link, a.ActiveLink:visited {
    background-color: #fff;
}