﻿.KeyUl
{
    width: 100%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: table;
}
.KeyMenuHeader
{
    text-align: right;
    float: right;
    border-left: solid 1px #D0D0D0;
}
.KeyMenuSubMainT
{
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 15px;
    cursor: pointer;
}
.KeyMenuSubMain
{
    background-image: url('../ImagesEN/KeyTop-Back.png');
    background-repeat: no-repeat;
    background-position: 160px bottom;
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 15px;
    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-image: url('../ImagesEN/KeyTop-Back.png');
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 15px;
    cursor: pointer;
}
.KeyMenuSubBody
{
    background-color: #E0E0E0;
    border-left: solid 1px #D0D0D0;
    border-right: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
    width: 170px;
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    display: table;
}
.KeyMenuSub
{
    background-image: url('../ImagesEN/MenuItemBackSep.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 17px;
    color: Black;
    text-align: center;
    width: 100%;
    height: 28px;
    padding-top: 12px;
    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-image: url('../ImagesEN/MenuItemBackSep.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #001E96;
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 17px;
    color: White;
    text-align: center;
    width: 100%;
    height: 28px;
    padding-top: 12px;
    cursor: pointer;
}
.KeyMenuSubLast
{
    background-color: Transparent;
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 17px;
    color: Black;
    text-align: center;
    width: 100%;
    height: 28px;
    padding-top: 12px;
    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: #001E96;
    text-decoration: none;
    font-family: 'Segoe Condensed';
    font-size: 17px;
    color: White;
    text-align: center;
    width: 100%;
    height: 28px;
    padding-top: 12px;
    cursor: pointer;
}



.KeyMenuLink
{
    text-decoration: none;
}
