.MenuGroup
{
    background-color: #000000;
    height:10px;
    cursor: hand;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    width: 108px; 
}
.MainItem 
{
    height:10px;
    cursor: hand;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    border-bottom: 1px solid #000000;
    width: 108px;
    text-align: center; 
}
.MainItemOver
{
    height:10px;
    cursor: hand;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #979e23;
    border-bottom: 1px solid #979e23;
    width: 108px;
    text-align: center;
    background-color: #000000;
}

.MenuItem
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    cursor: hand;
    font-weight: bold;
    padding: 6px 0px 6px 7px;
    background-repeat: no-repeat;
    background-position : 7px center;
    border-bottom: 1px solid white;
    text-align: left;
    color: #ffffff;
    width: 108px;
}
.MenuItemOver
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    cursor: hand;
    color: #979e23;
    font-weight: bold;
    padding: 6px 0px 6px 7px;
    background-position : 7px center;
    border-bottom: 1px solid #979e23;
    background-color: #000000;
    text-align: left;
    width: 108px;
}

.MenuItemClicked
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    cursor: hand;
    color: #979e23;
    font-weight: bold;
    padding: 6px 0px 6px 7px;
    background-position : 7px center;
    border-bottom: 1px solid #979e23;
    background-color: #F8F7F4;
    text-align: left;
    width: 108px;
}

