.MainItem
{
    background-color: #ededed;
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2d2f3d;
    height: 26px;
    width: 175px;
    cursor: pointer;
    border-bottom: 1px solid #ABABAB;
}
.MainItemOver
{
    background-color: #CC0066;
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    height: 26px;
    width: 175px;
    cursor: pointer;
    border-bottom: 1px solid #ABABAB;
}
.MainItemClicked
{
    background-color: #CC0066;
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    height: 26px;
    width: 175px;
    cursor: pointer;
    border-bottom: 1px solid #ABABAB;
}
.MainGroup
{
    border-top: solid 1px #ABABAB;
    border-left: solid 1px #ABABAB;
    border-right: solid 1px #ABABAB;
    width: 175px;
}
.MenuGroup
{
    border-top: solid 1px #ABABAB;
    border-left: solid 1px #ABABAB;
    border-right: solid 1px #ABABAB;
    width: 175px;
}
.MenuItem
{
    background-color: #ededed;
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    height: 26px;
    cursor: pointer;
    border-bottom: 1px solid #ABABAB;
    width: 175px;
}
.MenuItemOver
{
    background-color: #CC0066;
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    height: 26px;
    cursor: pointer;
    width: 175px;
    border-bottom: 1px solid #ABABAB;
}
.MenuItemClicked
{
    background-color: #CC0066;
    font-family: Tahoma,Verdana ,Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    height: 26px;
    cursor: pointer;
    width: 175px;
    border-bottom: 1px solid #ABABAB;
}