﻿body
{
}
.MnuWrapper
{
    position: relative;
    top: 2px;
    left: 0px;
    width: 150px;
    cursor: hand;
}
.cd_MenuItem
{
    background-position: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 60px;
    margin: 0px 5px 0px 5px;
    padding: 15px 0px 0px 0px;
    background-image: url('../../Images/button-rectangle.gif');
    background-repeat: no-repeat;
    cursor: hand;
    font-family: 'Tw Cen MT Condensed';
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    color: #000000;
    display: block;
    
}
.MnuItem
{
    background-position: center;
    position: relative;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 50px;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    background-image: url('../../Images/button-rectangle.gif');
    background-repeat: no-repeat;
    cursor: hand;
}
.MnuItemLabel
{
    position: relative;
    top: 15px;
    left: 0px;
    width: 140px;
    height: 22px;
    margin: auto;
    font-family: 'Tw Cen MT Condensed';
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}
.MnuSubItemList
{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 150px;
}
.MnuSubItemList a
{
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-family: 'TW Cen MT';
    height: 20px;
    width: 126px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
}
.MnuSubItemList a:visited
{
    color: #000000;
}
.MnuSubItemList a:hover
{
    background-color: #CEE3FF;
}
.MnuSubItemList a:active
{
    font-size: .9em;
}
.Mnu_SubItemActive
{
    background-color: #AACEFF;
}

