﻿.MenuGroup
{

}
.L1
{
    background-image: url(Img/MainMenu/bg.gif);
    font-size: xx-small;
    height: 22px;
	width: 100%;
    text-align: center;
    font-weight: bold;
    color: #292c54;
}
.L1O
{
    background-image: url(Img/MainMenu/bg_selected.gif);
    font-size: xx-small;
    height: 22px;
	width: 100%;
    text-align: center;
    font-weight: bold;
    color: white;
    cursor: hand;
}

.L2Group
{
}

.L2
{
    background-position: right top;
    background-image: url(Img/MainMenu/bg_l2.gif);
    background-color: #ece3c0;
    background-repeat: repeat-y;
    font-size: x-small;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    color: #292c54;
    height: 22px;
    border-left: white 2px solid;
    text-align: left;
}

.L2O
{
    background-position: right top;
    background-image: url(Img/MainMenu/bg_l2_selected.gif);
    background-color: #D2908E;
    background-repeat: repeat-y;
    cursor: hand;
    cursor: pointer;
    font-size: x-small;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    color: white;
    height: 22px;
    border-left: #E9CBCA 2px solid;
    text-align: left;
}