﻿body {
}
.SMenuMain
{
    cursor: pointer;
}
.SMenuItem
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.SMenuItemLLang
{
    background-image: url( '../ImagesEN/Lang-FA.gif' );
    background-position: 68px center;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 47px;
    color: White;
    cursor: pointer;
}
.SMenuItemLLang:Hover
{
    background-image: url( '../ImagesEN/Lang-FA.gif' );
    background-position: 68px center;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: underline;
    background-color: #FFFFFF;
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 47px;
    color: Black;
    cursor: pointer;
}
.SMenuItemB
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}
.SMenuItemRight
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #F07800;
}
.SMenuItemRightB
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F07800;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #F07800;
}
.SMenuItemLeft
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #F07800;
}
.SMenuItemLeftB
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F07800;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #F07800;
}
.SMenuItemT
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #F07800;
}
.SMenuItemL
{
    background-image: url( '../ImagesEN/Keys-Menu-Sep.png' );
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: Black;
    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;
}
.SMenuItemL:Hover
{
    background-image: url( '../ImagesEN/Keys-Menu-SepOver.png' );
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: underline;
    background-color: #1F64B1;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: White;
    cursor: pointer;
}
.SMenuItemLSub
{
    background-image: url( '../ImagesEN/MenuPopOutImageL.gif' );
    background-position: 5px center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    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;
}
.SMenuItemLSub:Hover
{
    background-image: url( '../ImagesEN/MenuPopOutImageL.gif' );
    background-position: 5px center;
    background-repeat: no-repeat;
    text-decoration: underline;
    background-color: #FFB400;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.Key1
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesEN/Key1.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 76px;
    height: 25px;
    cursor: pointer;
}
.Key1:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesEN/Key1.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 76px;
    height: 25px;
    cursor: pointer;
}
.Key2
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesEN/Key2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 27px;
    cursor: pointer;
}
.Key2:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    background-image: url('../ImagesEN/Key2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 27px;
    cursor: pointer;
}
.Key3
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key3.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 34px;
    cursor: pointer;
}
.Key3:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key3.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 140px;
    height: 34px;
    cursor: pointer;
}
.Key4
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key4.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 115px;
    height: 35px;
    cursor: pointer;
}
.Key4:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key4.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 115px;
    height: 35px;
    cursor: pointer;
}
.Key5
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key5.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 35px;
    cursor: pointer;
}
.Key5:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key5.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 35px;
    cursor: pointer;
}
.Key6
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key6.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 35px;
    cursor: pointer;
}
.Key6:hover
{
    text-decoration: underline;
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    background-image: url('../ImagesEN/Key6.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 35px;
    cursor: pointer;
}
.KeyMoreInfo
{
    width: 78px;
    height: 24px;
    background-image: url('../ImagesEN/KeyMoreInfo.png');
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
}
.KeyMoreInfo:hover
{
    width: 78px;
    height: 24px;
    background-image: url('../ImagesEN/KeyMoreInfo.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: pointer;
}
.KeyPRJNext
{
    background-image: url('../ImagesEN/Gallery-NextPRJ.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    -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;
}
.KeyPRJNext:hover
{
    background-image: url('../ImagesEN/Gallery-NextPRJ.gif');
    background-repeat: no-repeat;
    background-position: 8px 0px;
}
.KeyPRJBack
{
    background-image: url('../ImagesEN/Gallery-BackPRJ.gif');
    background-repeat: no-repeat;
    background-position: 8px 0px;
    -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;
}
.KeyPRJBack:hover
{
    background-image: url('../ImagesEN/Gallery-BackPRJ.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
