﻿/* MENU PRIMARY V1 */

.KeyMenuHeader
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: inherit;
    cursor: pointer;
}
.KeyMenuSubMain
{   
    position: relative;
    display: table;
    width: auto;
    height: 50px;
    padding: 0px 20px 0px 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #000000;
    direction: rtl;
    z-index: 100;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.KeyMenuSubMain_Over
{
    position: absolute;
    display: block;
    width: auto;
    height: 4px;
    bottom: 1px;
    left: 0px;
    right: 0px;
    background-color: rgba(30,170,230,0.0);
    z-index: 10;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.KeyMenuHeader:hover .KeyMenuSubMain_Over
{
    background-color: rgba(30,170,230,1.0);
}

.KeyMenuSubBody
{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    min-width: 200px;
    top: 50px;
    right: 0px;
    padding: 10px 0 20px 0;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5);
    z-index: 1000;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.KeyMenuSub
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255,255,255,0.0);
    border-bottom: solid 1px #EAEAEA;
    font-size: 1.0em;
    font-weight: 500;
    color: rgba(0,0,0,0.9);
    text-align: right;
    cursor: pointer;
    clear: both;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.KeyMenuSub:hover
{
    background-color: rgba(255,255,255,1.0);
    padding-right: 15px;
    color: rgba(0,0,0,1.0);
}



@media screen and (min-width:0px) and (max-width:600px)
{
    
}