﻿@font-face {
    font-family: 'IranianSans';
    src: url(../fonts/IranianSans.eot);
    src: url(../fonts/IranianSans.svg) format("embedded-opentype"),url(../fonts/IranianSans.ttf) format("truetype"),url(../fonts/IranianSans.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

#mnus {
    width: 1000px;
    margin: auto;
    padding: 0;
    list-style: none;
    direction: rtl;
    padding-top: 50px;
    font-family: 'IranianSans';
}

    #mnus li {
        font-weight: 700;
        color: #000;
        float: right;
        position: relative;
        line-height: 0;
        padding: 10px;
        margin: 0px;
        padding-right: 15px;
    }

    #mnus a {

        color: #fff;
        text-align: center;
        font: 10px 'IranianSans';
        text-decoration: none;
        min-width: 80px;
        background-color: rgb(17, 87, 164);
    }

    #mnus li:hover > a {
        color: #ffffff;
    }

    #mnus li:hover > ul {
        display: block;
    }

    #mnus ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 99999;
    }

        #mnus ul ul {
            top: 0;
            right: 220px;
        }

        #mnus ul li {
            float: none;
            margin: 0;
            padding: 0;
            display: block;
            width: 250px;
        }

            #mnus ul li:last-child {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        #mnus ul a {
            width: 230px;
            display: block;
            white-space: nowrap;
            float: none;
            text-transform: none;
            text-align: right;
        }

:first-child + html #mnus ul a /* IE7 */ {
    height: 10px;
}

#mnus ul a:hover {
    background: #b1d7ea;
    color: #3b3b3b;
}

#mnus ul ul li:first-child a:hover:after {
    border-bottom-color: transparent;
}

#mnus:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
