﻿@font-face {
  font-family: 'Mitra';
  src: url('../Fonts/BMitra.eot?#') format('eot'),
       url('../Fonts/BMitra.woff') format('woff'),
       url('../Fonts/BMitra.ttf') format('truetype');
}
@font-face {
  font-family: 'Yekan';
  src: url('../Fonts/BYekan.eot?#') format('eot'),
       url('../Fonts/BYekan.woff') format('woff'),
       url('../Fonts/BYekan.ttf') format('truetype');
}
.KeyUl
{
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: table;
}
.KeyMenuHeader
{
    background-image: url('../ImagesFA/KeyTop-Sep.png');
    background-repeat: no-repeat;
    background-position: left center;
    float: right;
    text-align: right;
}
.KeyMenuSubMainT
{
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Mitra';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    height: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: White;
    cursor: pointer;
}
.KeyMenuSubMainT:hover
{
    background-color: #D7AF64;
    color: Black;
}
.KeyMenuSubMain
{
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Mitra';
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    height: 50px;
    padding-top: 20px;
    color: White;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuSubMain:hover
{
    background-color: #D7AF64;
    color: Black;
}

.KeyMenuSubMainA
{
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Mitra';
    font-weight: normal;
    color: White;
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 20px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuSubMainA:hover
{
    background-color: #D7AF64;
    color: Black;
}
.KeyMenuSubBody
{
    background-image: url('../ImagesFA/Keys-Menu-Back.png');
    background-repeat: repeat;
    background-position: center top;
    width: 170px;
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    display: table;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.KeyMenuSub
{
    background-image: url('../ImagesFA/Keys-Menu-Sep.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Yekan';
    font-size: 14px;
    color: White;
    text-align: right;
    width: 150px;
    height: 33px;
    padding-top: 12px;
    padding-right: 20px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuSub:hover
{
    background-color: #000000;
}
.KeyMenuSubLast
{
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Yekan';
    font-size: 14px;
    color: White;
    text-align: right;
    width: 150px;
    height: 33px;
    padding-top: 12px;
    padding-right: 20px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuSubLast:hover
{
    background-color: #000000;
}

.KeyMenuSubLast_cat
{
    background-image: url('../ImagesFA/Sign-PDFs.png');
    background-repeat: no-repeat;
    background-position: 145px center;
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Yekan';
    font-size: 14px;
    color: White;
    text-align: right;
    width: 135px;
    height: 33px;
    padding-top: 12px;
    padding-right: 35px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuSubLast_cat:hover
{
    background-color: #000000;
}

.KeyMenuLink
{
    text-decoration: none;
}


.KeyMenuSign
{
    background-image: url('../ImagesFA/KeyTop-Sign.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    cursor: pointer;
}

.KeyMenuApp
{
    float: left;
    width: 180px;
    height: 70px;
}
.KeyMenuAppMain
{
    background-image: url('../ImagesFA/Sign-Menu2.png');
    background-repeat: no-repeat;
    background-position: 60px center;
    position: absolute;
    width: 180px;
    height: 80px;
    cursor: pointer;
}
.KeyMenuAppSub
{
    background-color: #333333;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0px;
    margin-top: 80px;
    font-family: 'Mitra';
    font-size: 22px;
    color: White;
    text-align: right;
    z-index: 100000;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItem
{
    background-image: url('../ImagesFA/Sign-Menu2Sub.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-color: Transparent;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 5% 0px 5%;
    cursor: pointer;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItem:hover
{
    background-image: url('../ImagesFA/Sign-Menu2Sub.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-color: #4B4B4B;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 5% 0px 5%;
    cursor: pointer;
    direction: rtl;
}
.KeyMenuAppSubItemUp
{
    background-image: url('../ImagesFA/Sign-Menu2Sub2.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-color: Transparent;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 5% 0px 5%;
    cursor: pointer;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemUp:hover
{
    background-image: url('../ImagesFA/Sign-Menu2Sub2.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-color: #4B4B4B;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 5% 0px 5%;
    cursor: pointer;
    direction: rtl;
}
.KeyMenuAppSubItemBody
{
    background-color: Black;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.KeyMenuAppSubItemLink
{
    background-color: Black;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 10% 0px 0%;
    text-decoration: none;
    color: #D0D0D0;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemLink:hover
{
    background-color: #C81E00;
    border-bottom: solid 1px #D90000;
    color: White;
}
.KeyMenuAppSubItemLink_cat
{
    background-image: url('../ImagesFA/Sign-PDF.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: Black;
    width: 88%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 12% 0px 0%;
    text-decoration: none;
    color: #D0D0D0;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemLink_cat:hover
{
    background-color: #C81E00;
    border-bottom: solid 1px #D90000;
    color: White;
}
.KeyMenuAppSubItemLinkAlone
{
    background-color: Black;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #B3B3B3;
    padding: 20px 5% 0px 5%;
    text-decoration: none;
    color: #D0D0D0;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemLinkAlone:hover
{
    background-color: #C81E00;
    width: 90%;
    height: 40px;
    border-bottom: solid 1px #D90000;
    padding: 20px 5% 0px 5%;
    text-decoration: none;
    color: White;
    direction: rtl;
}