﻿.Menu
{
    width: 223px;
    height: auto;
    padding-left: auto;
    padding-right: 20px;
    margin-top: 30px;
}

.MenuLevel0
{
    width: 0px;
    height: 0px;
}

.MenuLevel1
{
    width: 100%;
    height: auto;
    padding-left: 20px;
}

.Test
{
    font-size: 13px;
    color: #333333;
    /*line-height: 18px;*/
    font-family: tahoma;
    font-weight: bold;
    
    width: 100%;
    height: auto;
    margin-left: 0px;
}

.Test:hover
{

    color: #FF9900;

}
.MenuStaticItemText
{
    font-size: 13px;
    color: #333333;
    /*line-height: 18px;*/
    font-family: tahoma;
    font-weight: bold;
    width: 100%;
    height: auto;
    padding-left: 20px;
}
.MenuStaticItemSeparator
{
    font-size: 13px;
    color: #333333;
    /*line-height: 18px;*/
    font-family: tahoma;
    font-weight: bold;
}
.Menu1
{
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    font-family: tahoma;
    font-weight: bold;
}
.Menu1:hover
{
    font-size: 15px;
    color: Orange;
    line-height: 18px;
    font-family: tahoma;
    font-weight: bold;
}