

.NdSiteMenu{
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 130px;
    color: #000000;
    background-color: #D4D0C8;
    border: solid;
    border-width: 1px;
    border-top-color: #EFEFEF;
    border-left-color: #EFEFEF;
    border-right-color: #505050;
    border-bottom-color: #505050;
    font-size: 10pt;
    font-family: Arial;
    visibility: hidden;
    
}

.NdSiteSubMenu{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
}

.NdSiteSubMenuBottomLine{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
    border-bottom: inset;
    border-bottom-width: 1px;
    border-bottom-color: #505050;
}

.NdSiteSubMenuTopLine{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #505050;
}

.NdSiteSubMenuHidden{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
    visibility: hidden;
    display: none;
}

.submenu{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
}

.submenuBottomLine{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
    border-bottom: inset;
    border-bottom-width: 1px;
    border-bottom-color: #505050;
}

.submenuTopLine{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #505050;
}

.submenuHidden{
    cursor: pointer;
    color: #000000;
    background-color: #D4D0C8;
    font-size: 10pt;
    font-family: Arial;
    line-height: 1.4;
    text-align: left;
    text-indent: 5px;
    visibility: hidden;
    display: none;
}


