body{
    direction:rtl;

}
*{
    margin: 0;
    padding: 0;
}
#menu{
    width:1200px;
    height: 40px;
    color: black;
margin:0 auto 15px auto;
    }
#menu>ul>li{
    list-style-type: none;
    float:right;
    width:232px;
    height:40px;
}
#menu>ul>li>a{
    display: block;
    width:232px;
    height:50px;
    font-family:"sans";
    text-align: center;
color:white;
    /*border:2px green;*/
    /*border-style:solid;*/
    background-color:navy;
line-height: 40px;
    /*border-radius: 2px;*/
    font-weight: bold;
    text-decoration:none;
    transition: all 1.5s;
    font-size: 25px;
}
#menu>ul>#li2, #menu>ul>#li4 {
    margin: 0 10px 0 10px;
}
#menu>ul>li>#under-khadamat{
    display: none;
}
#menu>ul>li>a:hover{
    background-color: lightgray;
    color: black;
    /*border-radius: 20px;*/
}
#under-khadamat{
    list-style-type: none;
}

#under-khadamat>li>a{
    display: block;
    width:232px;
    height:40px;
    font-family:"sans";
    text-align: center;
    color:white;
    border:2px green;
    border-style:solid;
    background-color:darkseagreen;
    line-height: 40px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration:none;
}
