﻿.KeyUl
{
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: table;
}
.KeyMenuHeader
{
    position: relative;
    background-image: url('../ImagesEN/KeyTop-Sep.gif');
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    text-align: right;
}
.KeyMenuSubMainT
{
    text-decoration: none;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    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;
}
.KeyMenuSubMainT:hover
{
    color: #E60000;
}
.KeyMenuSubMain
{
    background-image: url('../ImagesEN/KeyTop-Back.png');
    background-repeat: repeat-x;
    background-position: right 110px;
    text-decoration: none;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    height: 55px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    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-position: left bottom;
    color: #E60000;
}

.KeyMenuSubMainA
{
    text-decoration: none;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    color: White;
    text-align: center;
    width: 100%;
    height: 55px;
    padding-top: 25px;
    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;
}
.KeyMenuSubBody
{
    background-color: #FFFFFF;
    width: 220px;
    position: absolute;
    left: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    display: table;
    border: solid 1px #999999;
    box-shadow: 0px 2px 8px -3px #000000;
}
.KeyMenuSub
{
    background-image: url('../ImagesEN/Keys-Menu-Sep.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: Transparent;
    text-decoration: none;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    text-align: left;
    width: 200px;
    height: 33px;
    padding-top: 12px;
    padding-left: 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: #E60000;
    color: #FFFFFF;
}
.KeyMenuSubLast
{
    background-color: Transparent;
    text-decoration: none;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    text-align: left;
    width: 200px;
    height: 33px;
    padding-top: 12px;
    padding-left: 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: #E60000;
    color: #FFFFFF;
}
.KeyMenuLink
{
    text-decoration: none;
}




.KeyMenuApp
{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 60px;
    z-index: 9000;
}
.KeyMenuAppMain
{
    background-image: url('../ImagesEN/Sign-Menu2.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 110px;
    height: 50px;
    left: 0px;
    cursor: pointer;
}
.KeyMenuAppSub
{
    background-color: #333333;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0px;
    margin-top: 50px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: White;
    text-align: left;
    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('../ImagesEN/Sign-Menu2Sub.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: Transparent;
    width: 90%;
    height: 30px;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 5% 0px 5%;
    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;
}
.KeyMenuAppSubItem:hover
{
    background-color: #4B4B4B;
}
.KeyMenuAppSubItemUp
{
    background-image: url('../ImagesEN/Sign-Menu2Sub2.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: Transparent;
    width: 90%;
    height: 30px;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 5% 0px 5%;
    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;
}
.KeyMenuAppSubItemUp:hover
{
    background-color: #4B4B4B;
}
.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: 30px;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 0% 0px 10%;
    text-decoration: none;
    color: #D0D0D0;
    -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: #F00000;
}
.KeyMenuAppSubItemLinkAlone
{
    background-color: Black;
    width: 90%;
    height: 30px;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 5% 0px 5%;
    text-decoration: none;
    color: #D0D0D0;
    -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: #F00000;
}




















@media screen and (min-width:0px) and (max-width:1200px)
{
    .KeyMenuSubMainT
    {
        font-size: 15px;
        height: 38px;
        padding-top: 22px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .KeyMenuSubMain
    {
        font-size: 15px;
        height: 53px;
        padding-top: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .KeyMenuSubBody
    {
        width: 200px;
    }
    .KeyMenuSub
    {
        font-size: 13px;
        width: 180px;
        height: 30px;
        padding-top: 10px;
    }
    .KeyMenuSubLast
    {
        font-size: 13px;
        width: 180px;
        height: 30px;
        padding-top: 10px;
    }
    
}

