﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan.eot?#') format('eot'), url('fonts/BYekan.woff') format('woff'), url('fonts/BYekan.ttf') format('truetype');
}

body {
    font-family:'BYekan';
    font-size: 15px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    //background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYjAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmOWJhIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjJiMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    //background: -moz-linear-gradient(left,  rgba(178,176,0,0.7) 0%, rgba(247,249,186,0.7) 50%, rgba(178,176,0,0.7) 100%); /* FF3.6+ */
    //background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(178,176,0,0.7)), color-stop(50%,rgba(247,249,186,0.7)), color-stop(100%,rgba(178,176,0,0.7))); /* Chrome,Safari4+ */
    //background: -webkit-linear-gradient(left,  rgba(178,176,0,0.7) 0%,rgba(247,249,186,0.7) 50%,rgba(178,176,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    //background: -o-linear-gradient(left,  rgba(178,176,0,0.7) 0%,rgba(247,249,186,0.7) 50%,rgba(178,176,0,0.7) 100%); /* Opera 11.10+ */
    //background: -ms-linear-gradient(left,  rgba(178,176,0,0.7) 0%,rgba(247,249,186,0.7) 50%,rgba(178,176,0,0.7) 100%); /* IE10+ */
    //background: linear-gradient(to right,  rgba(178,176,0,0.7) 0%,rgba(247,249,186,0.7) 50%,rgba(178,176,0,0.7) 100%); /* W3C */
    background-color:rgba(11,17,1,0.21);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b2b000', endColorstr='#b3b2b000',GradientType=1 ); /* IE6-8 */
}

#back
{
    width:100%;
    background-image: url('images/Back2.jpg');
    background-repeat: repeat;
}
#Top
{
    height:20px;
    position:relative;
}
/*************************************************/
#Header
{
    top:50px;
    //background-color:white;
    position:relative;
    box-shadow:rgba(68, 68, 68, 0.41) 0 2px 5px;
    border-bottom:2px solid white;
    z-index:2;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
}
#Header_Wrapper
{
    //background-color:#8196fa;
    width:1057px;
    height:240px;
    //border-radius:100px 100px 0 0;
    margin:0 auto;
    overflow:hidden;
    right:0;
    left:0;
    position:relative;
    background-image: url('images/HeaderBaner.png');
    background-repeat: no-repeat;
}
/*************************************************/
#Menu-Top
{
    //background-color:blue;
    //background-color:#28397c;
    background-image: url('images/Back3.jpg');
    background-repeat: repeat;
    width:100%;
    position:fixed;
    height:50px;
    z-index:100;
    border-bottom:2px solid white;
    box-shadow:rgba(0, 0, 0, 0.41) 0 0 20px, rgba(0, 0, 0, 0.41) 0 0 5px inset ;

}
#Menu-Top-Wrapper
{
    //background-color:rgba(247,249,186,0.7);
    width:1057px;
    height:50px;
    //border-radius:0 0 400px 400px;
    margin:0 auto;
    overflow:hidden;
    right:0;
    left:0;
    //position:relative;
    //box-shadow:rgba(0, 0, 0, 0.41) 0 0 20px, rgba(0, 0, 0, 0.41) 0 0 5px inset ;
}

#SearchBox
{
    float:left;
    width:230px;
    min-height:50px;
    //background-color:red;
}
.SearchButton
{
    background-image: url('images/Search.png');
    background-repeat: no-repeat;
    background-color:#8f8d11;
    width:40px;
    height:37px;
    border-radius:7px 0 0 7px;
    position:relative;
    float:right;
    margin-top:6px;
    border:solid 2px whitesmoke;
    border-right:none;
    cursor:pointer;
}
    .SearchButton:hover
    {
        background-color: #446306;
        transition-duration:1s;
    }
    .SearchButton:active
    {
        background-color: #729728;
        transition-duration:0.1s;
    }
    
.SearchText
{
    background-color:rgba(0, 0, 0, 0.40);
    width:180px;
    height:37px;
    border-radius:0 10px 10px 0;
    margin:0 auto;
    margin-top:6px;
    //margin-right:10px;
    overflow:hidden;
    right:0;
    left:0;
    position:relative;
    border:solid 2px whitesmoke;
    border-left:none;
    float:right;
    padding-right:10px;
    color:whitesmoke;
    font-size:17px;
    font-family:'BYekan';
    direction:rtl;
}
    .SearchText:hover
    {
        background-color:rgba(0, 0, 0, 0.86);
        transition-duration:1s;
    }
    
#MenuBox
{
    //background-color:red;
    float:right;
    width:68%;
    min-height:50px;
    margin-top:5px;
    padding-right:20px;
    direction:rtl;
}
/*************************************************/
#Content
{
    position:relative;
    top:50px;
}

#Content_Wrapper
{
    background-color:white;
    width:1057px;
    min-height:300px;
    margin:0 auto;
    overflow:hidden;
    right:0;
    left:0;
    position:relative;
    padding-bottom:60px;
    box-shadow:rgba(0, 0, 0, 0.41) 0 0 10px;
    z-index:0;
}

.Content_Row
{
    //background-color:blue;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    right:0;
    left:0;
    position:relative;
}

.Content-Right
{
    width:25%;
    height:100%;
    float:right;
    margin-right:19px;
    margin-top:20px;
    margin-bottom:0px;
    //background-color:red;
}
.Content-Left
{
    width:71%;
    height:100%;
    float:right;
    margin-right:7px;
    margin-top:20px;
    margin-bottom:0px;
    //background-color:red;

}

.Content-Div-Right
{
    background-color:rgba(232, 229, 89, 0.18);
    width:95%;
    //height:100%;
    float:right;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:10px;
    -webkit-box-shadow:0 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.4);
    border-radius:20px;

}
.Content-Div-Left
{
    background-image: url('images/noise.png');
    background-repeat: repeat;
    background-color:rgb(251, 251, 251);
    width:98%;
    min-height:450px;
    float:right;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:10px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    border-radius:20px;

}

.Content-Content-Right
{
    width:96%;
    min-height:320px;
    //position:relative;
    margin:0 auto;
    left:0;
    right:0;
    //box-shadow:rgba(0,0,0,0.3) 0 0 5px;
    //background-color:white;
     margin-top:15px;
    margin-bottom:15px;

}
.Content-Content-Left
{
    width:96%;
    min-height:60px;
    margin:0 auto;
    //overflow:hidden;
    left:0;
    right:0;
    box-shadow:rgba(0,0,0,0.3) 0 0 5px;
    //padding-bottom:10px;
    background-color:white;
    margin-top:15px;
    margin-bottom:15px;

}

.Content-Header
{
    width:100%;
    height:40px;
    padding:6px 0px;

    color:#3c9ebe;
    font-family:'BYekan';
    margin:0 auto;
    overflow:auto;
    text-align:center;
    left:0;
    right:0;
    font-size:18px;
    //background-color:red;
    position:relative;
    overflow:hidden;

    background-image: url('images/menu.png');
    background-repeat: no-repeat;
    background-position:center;
}


.Content-Row a 
{
    color:#5dbddc;
    color:#275f71;
    font-family:'BYekan';
    font-size:18px;
    //cursor:pointer;
    text-decoration:none;

}
.Content-Row a:hover 
{
    color:#b67315;
    font-family:'BYekan';

}
.Content-Row-hr
{
    //color:whitesmoke;
    border:1px solid #eae9e9;
    //margin-right:10px;
    border-radius:50%;
    width:80%;
    margin:0 auto;
    overflow:hidden;
    left:0;
    right:0;
    //box-shadow:#d0cccc 0 0 5px;
}

.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
}
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
    box-shadow:0 0 10px rgba(0,0,0,0.8);
    bottom:0px;
    left:10%;
    right:10%;
    width:80%;
    height:50%;
    -moz-border-radius:15%;
    border-radius:15%;
}
/*****************************************************/
#RegisterBox
{
    background-color:rgba(232, 229, 89, 0.3);
    //background-color:rgba(208, 208, 200, 0.30);

    width:1006px;
    height:90px;
    margin:0 auto;
    right:0;
    left:0;
    margin-bottom:10px;
    margin-top:10px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    border-radius:20px;

}
#RegisterBox-Content
{
    //background-color:rgba(26, 26, 6, 0.37);
    width:966px;
    height:50px;
    position:relative;
    margin:0 auto;
    right:0;
    left:0;
    top:20px;
    bottom:20px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    border-radius:10px;
}
.RegisterBox-Button-Right
{
    background-color:red;
    width:250px;
    height:50px;
    float:right;
    border-radius:0 10px 10px 0;
    color:white;
    font-size:18px;
    font-family:'BYekan';
    cursor:pointer;
    border:solid 2px white;
    border-left:none;
    box-shadow:-5px 0 10px -5px gray;
}
    .RegisterBox-Button-Right:hover
    {
        background:rgba(171,97,7,1);
        transition-duration:1s;
    }
    .RegisterBox-Button-Right:active
     {
        background: rgb(235, 139, 21);
        transition-duration: 0.1s;
     }
.RegisterBox-Button-Left
{
    background-color:blue;
    width:250px;
    height:50px;
    float:left;
    border-radius:10px 0 0 10px;
    color:white;
    font-size:18px;
    font-family:'BYekan';
    cursor:pointer;
    border:solid 2px white;
    border-right:none;
    box-shadow:5px 0 10px -5px gray;

}
    .RegisterBox-Button-Left:hover
    {
        background: #446306;
        transition-duration:1s;
    }
    .RegisterBox-Button-Left:active
     {
        background: #7aad13;
        transition-duration: 0.1s;
     }
.RegisterBox-UserText
{
    background-color:rgba(0, 0, 0, 0.46);
    width:190px;
    height:40px;
    float:right;
    border-radius:0;
    color:white;
    font-size:15px;
    font-family:'BYekan';
    //border:solid 2px white;
    margin-top:5px;
    border:solid 2px whitesmoke;
    border-right:none;
    border-left:none;
    padding-left:10px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
}
    .RegisterBox-UserText:hover
    {
        background-color:rgba(0, 0, 0, 0.86);
        transition-duration:1s;
    }
.RegisterBox-PassText
{
    background-color:rgba(0, 0, 0, 0.46);
    width:190px;
    height:40px;
    float:left;
    border-radius:0;
    color:white;
    font-size:15px;
    font-family:'BYekan';
    //border:solid 2px white;
    margin-top:5px;
    border:solid 2px whitesmoke;
    border-right:none;
    border-left:none;
    padding-right:10px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    direction:rtl;
}
    .RegisterBox-PassText:hover
    {
        background-color:rgba(0, 0, 0, 0.86);
        transition-duration:1s;
    }
.RegisterBox-Icon-User 
{
    background-image: url('images/user.png');
    background-repeat: no-repeat;
    background-color:rgba(0, 0, 0, 0.1);
    width:35px;
    height:40px;
    float:right;
    border-radius:10px 0 0 10px;
    margin-top:5px;
    border:solid 2px white;
    border-right:none;
}
.RegisterBox-Icon-Pass
{
    background-image: url('images/Password.png');
    background-repeat: no-repeat;
    background-color:rgba(0, 0, 0, 0.1);
    width:35px;
    height:40px;
    float:left;
    border-radius:0 10px 10px 0;
    margin-top:5px;
    border:solid 2px white;
    border-left:none;
}

/*****************************************************/
.Content_Left
{
    //background-color:red;
    min-height:180px;
    float:left;
}
.Content_Center
{
    //background-color:blue;
    min-height:350px;
    float:left;
}
.Content_Right
{
    //background-color:yellow;
    min-height:180px;
    float:left;

}

.Content-Right-Column
{
    background-color:#fff;
    width:220px;
    min-height:180px;
    //float:left;
    margin-left:7px;
    margin-right:15px;
    padding-bottom:5px;
    margin-top:15px;
    margin-bottom:10px;
    border-radius:0px;
    //padding-bottom:5px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0);
}
.Content-Center-Column
{
    background-color:whitesmoke;
    width:598px;
    min-height:100px;
    //float:left;
    margin-left:7px;
    margin-right:7px;
    margin-top:15px;
    margin-bottom:10px;
    border-radius:0px;
    padding-top:5px;
    padding-bottom:5px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
}
.Content-Left-Column
{
    background-color:#fff;
    width:180px;
    min-height:180px;
    //float:left;
    margin-left:15px;
    margin-right:8px;
    margin-top:15px;
    margin-bottom:10px;
    border-radius:0px;
    -webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 5px rgba(0, 0, 0, 0);
    padding-bottom:5px;

}

.Content-Header-Column
{
    width:100%;
    height:auto;
    padding:6px 0px;

    color:whitesmoke;
    font-family:'BYekan';
    margin:0 auto;
    overflow:auto;
    text-align:center;
    left:0;
    right:0;
    font-size:18px;
    background-color:#073663;
    position:relative;
    overflow:hidden;
    //border-radius:20px 20px 0 0;

}

.Box-Tabligh 
{
    width:175px;
    min-height:175px;
    position:relative;
    margin:0 auto;
    left:0;
    right:0;
    box-shadow:rgba(0,0,0,0.3) 0 0 5px;
    background-color:white;
    margin-bottom:15px;
    margin-top:15px;
}
/*****************************************************/
#Footer
{
    position:relative;
    background-image: url('images/Back3.jpg');
    background-repeat: repeat;
    border-top:2px solid white; 
    box-shadow:rgba(0, 0, 0, 0.15) 0px -5px 5px;
}
#Footer_Wrapper
{
    
    width:1057px;
    min-height:170px;
    border-radius:0px;
    margin:0 auto;
    overflow:hidden;
    right:0;
    left:0;
    position:relative;
    //background-color:black;
    
}
#Footer_Content_Right_column
{
    float:right;
    width:60%;
    min-height:140px;
    margin-top:15px;
    margin-bottom:15px;
 
    font-size:18px;
    padding:20px;
    direction:rtl;
     
   
}
#Footer_Content_Right_column a
{
    text-decoration:none;
    color:white;
}

#Footer_Content_Left_column
{
    
    float:left;
    width:38%;
    margin-right:20px;
    min-height:140px;
    margin-top:15px;
    margin-bottom:15px;
 
    font-size:18px;
    padding:20px;
    direction:rtl;
    text-align:center;

    
}
#Footer_Content_Left_column a
{
    text-decoration:none;
    color:white;
}
#Footer_Bottom
{
    //width:1057px;
    min-height:45px;
    border-radius:0px;
    margin:0 auto;
    overflow:hidden;
    right:0;
    left:0;
    position:relative;
    background: rgba(0, 0, 0, 0.67);
}
#Footer_Bottom_Text
{
    width:480px;
    font-size:18px;
    //background-color:red;
    color:white;
    margin:0 auto;
    left:0;
    right:0;
    overflow:hidden;
    margin-top:8px;
}
/*****************************************************/
.Color-Red
{
    background: rgba(255,145,0,1);
    background: -moz-linear-gradient(top, rgba(255,145,0,1) 0%, rgba(171,97,7,1) 50%, rgba(145,76,2,1) 51%, rgba(87,49,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,145,0,1)), color-stop(50%, rgba(171,97,7,1)), color-stop(51%, rgba(145,76,2,1)), color-stop(100%, rgba(87,49,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,145,0,1) 0%, rgba(171,97,7,1) 50%, rgba(145,76,2,1) 51%, rgba(87,49,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,145,0,1) 0%, rgba(171,97,7,1) 50%, rgba(145,76,2,1) 51%, rgba(87,49,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,145,0,1) 0%, rgba(171,97,7,1) 50%, rgba(145,76,2,1) 51%, rgba(87,49,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,145,0,1) 0%, rgba(171,97,7,1) 50%, rgba(145,76,2,1) 51%, rgba(87,49,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9100', endColorstr='#573100', GradientType=0 );

}

.Color-Green
{
    background: rgba(123,184,2,1);
    background: -moz-linear-gradient(top, rgba(123,184,2,1) 0%, rgba(115,171,2,1) 49%, rgba(98,145,5,1) 50%, rgba(57,84,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,184,2,1)), color-stop(49%, rgba(115,171,2,1)), color-stop(50%, rgba(98,145,5,1)), color-stop(100%, rgba(57,84,3,1)));
    background: -webkit-linear-gradient(top, rgba(123,184,2,1) 0%, rgba(115,171,2,1) 49%, rgba(98,145,5,1) 50%, rgba(57,84,3,1) 100%);
    background: -o-linear-gradient(top, rgba(123,184,2,1) 0%, rgba(115,171,2,1) 49%, rgba(98,145,5,1) 50%, rgba(57,84,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(123,184,2,1) 0%, rgba(115,171,2,1) 49%, rgba(98,145,5,1) 50%, rgba(57,84,3,1) 100%);
    background: linear-gradient(to bottom, rgba(123,184,2,1) 0%, rgba(115,171,2,1) 49%, rgba(98,145,5,1) 50%, rgba(57,84,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bb802', endColorstr='#395403', GradientType=0 );

}



































body { 
} body, form, table, tr, td, th, p { 
} a:link, a:active, a:visited { 
text-decoration:none;
color:#000;
} a:hover { color:#FF3300; 
text-decoration:none;}

.TextBoxbys
{
    height:30px;
    border-radius:10px;
    
	
    background-color:white;
    box-shadow:0 0 5px #e2dfdf;
    border:2px solid #dddada;
    font-family:'tahoma';
    font-size:13px;
    text-align:left;
    margin-right:2px;
}
.textareabys
{
    height:100px;
    border-radius:10px;
    padding:3px 15px 3px 15px;
    background-color:white;
    box-shadow:0 0 5px #e2dfdf;
    border:2px solid #dddada;
    font-family:'tahoma';
    font-size:13px;
    text-align:left;
    margin-right:2px;
}



.Boutton
{
    width: auto;
    padding:5px 12px 5px 12px;
    border-radius:7px;
    box-shadow: 0px 2px 5px #aeaaaa;
    border-style:none;
    font-family:BYekan;
    font-size:13px;
    cursor:pointer;
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-right-color:white;
    border-right-style:solid;
    border-right-width:2px;
    border-left-color:white;
    border-left-style:solid;
    border-left-width:2px;
}
/*Button color*/
.color1
{
    background: linear-gradient(0deg,#ff7d00,#fb943c);
}
.color2
{
    background:linear-gradient(0deg,#55b5d6,#6dcae8);
}
.color3
{
    background:linear-gradient(0deg,#99c83e,#b9eb59);
}
.color4
{
    background-image: url('images/Box-footer.png');
    background-repeat: repeat;
}
.color5
{
    background-image: url('images/Box-footer2.png');
    background-repeat: repeat;
}
.color6
{
    background: linear-gradient(180deg,#0fade1,#119dcb);
}
.color7
{
    background-image: url('images/menu-top-back.png');
    background-repeat: repeat;
}
.color8
{
    background-image: url('images/background10.png');
	background-color:#D11515;
    background-repeat: repeat;
}
.color9
{
    background-image: url('images/background10.png');
    background-color:#a15f5f;
    background-repeat: repeat;
}
.color10
{
    background-image: url('images/background6.jpg');
    background-repeat: repeat;
}






































.Menu-Back
{
  width:215px;
  //background-color:red;
  z-index:30;
  padding:5px 5px;
 
}
ul {
  margin: 0;
  left:0;
  right:0;
  padding: 0;
  list-style: none;
  z-index:31;
 
}

.menu a{
  display: block;
  //background: rgba(16, 20, 220, 0.76);
  //background: rgba(115, 120, 208, 0.92);
  /*****************************************************/
  /*background: rgba(73,155,234,1);
  background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );*/
  border-radius:5px;
  border:1px solid #d4d4d4;

  background: rgba(251,251,251,1);
  background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(235,235,235,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,251,251,1)), color-stop(100%, rgba(235,235,235,1)));
  background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(235,235,235,1) 100%);
  background: -o-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(235,235,235,1) 100%);
  background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(235,235,235,1) 100%);
  background: linear-gradient(to bottom, rgba(251,251,251,1) 0%, rgba(235,235,235,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ebebeb', GradientType=0 );

  //background-color:whitesmoke;
  //background-image: url('images/Back4.jpg');
  background-repeat: repeat;
  /*****************************************************/
  //box-shadow:rgba(0,0,0,0.3) 0 0 5px;
  height: 38px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color:gray;
  text-decoration: none;
  margin:0 auto;
  left:0;
  right:0;
  text-align:right;
  font-family:'BYekan';
  font-size:18px;
  color: #373737;
}

.menu > ul {
	 
  width: 215px;
  margin: 0px auto;
  left:0;
  right:0;
  z-index:32;
}

.menu * ul {
	
  position: absolute;
  left: -6000px;
  top:0;
  width: 210px;
  z-index:33;
  color: #ff000;
  background: rgba(255, 255, 255, 0.00);
  
}

.menu li {
  position: relative;
  padding-right: 5px;
  //padding-left: 5px;

}

.menu li + li {
  margin-top: 3px;

}

.menu li:hover > ul {
  left: -210px;
}

.menu li:hover > a {
  //border-left: 20px solid #000;
  //border-right: 20px solid #000;
  color:white;
  padding-left: 18px;
  border-radius:5px;
  box-shadow:rgba(0,0,0,0.3) 0 0 5px;
  //background: #8f7608;
  background-image: url('images/Back3.jpg');
  background-repeat: repeat;
  border:1px solid #030751;
  /***********************************************/
 
  /***********************************************/
}