.MainGroup
{     
    background-image: url(../Menu/MainItemBg.gif);
    cursor:pointer;
    cursor:hand;
}

.MainItem
{
    font-size: 12px;
    color: #FFFFFF;
    height: 20px;
    padding: 0px 10px;
    background-image: url(../Menu/MainItemSeparator.gif);
    background-repeat: no-repeat;
    text-align:left;
}

.MainItemOver
{
    font-size: 12px;
    color: #000000;
    height: 20px;
    padding: 0px 10px;
    background-image: url(../Menu/MainItemSeparator.gif);
    background-repeat: no-repeat;
    text-align:left;
}


.MenuGroup
{
    background-image: url(../Menu/ItemBg2.gif);
    cursor:pointer;
    cursor:hand;
    width:122px;
}

.MenuItem
{
    font-family:Arial, Tahoma;
    font-size:11px;
    font-weight:bold;
    color: #000000;
    background-image: url(../Menu/ItemSeparator.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 20px;
    border-right: 1px solid white;
    padding-left: 4px;
    padding-top:2px;
    text-align:left;
}

.MenuItemOver
{
    font-family:Arial, Tahoma;
    font-size:11px;
    color: #000000;
    font-weight:bold;
    background-image: url(../Menu/ItemOver.gif);
    height: 20px;
    border-right: 1px solid white;
    padding-left: 4px;
    padding-top:2px;
    text-align:left;
}

.MenuItemClicked
{
    font-family:Arial, Tahoma;
    font-size:11px;
    font-weight:bold;
    color: #00FFFF;
    background-image: url(../Menu/ItemClicked.gif);
    height: 20px;
    border-right: 1px solid white;
    padding-left: 4px;
    padding-top:2px;
    text-align:left;
}
.Separator
{
    background-image: url(../Menu/ItemSeparator.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 3px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
