.MenuGroup
{
  border:0px;
}

.MenuSubGroup
{
  border:2px;
  border-color:Gray;
  border-style:solid;
}

.MenuItem
{
    border: 0px;
    background-position: left center;
    background-image: url(button.gif);
    cursor: hand;
    color: Black;
    background-repeat: no-repeat;
    height: 23px;
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 67px;
}

.MenuItemOver
{
    border: 0px;
    background-position: left center;
    background-image: url(button.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    height: 23px;
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 67px;
}

.MenuItemDown
{
    border: 0px;
    background-position: left center;
    background-image: url(button.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    height: 23px;
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 67px;
}

.MenuSubItem
{
    border: 0px;
    background-position: left center;
    background-image: url(button.gif);
    cursor: hand;
    color: Black;
    background-repeat: no-repeat;
    background-color: White;
    height: 23px;
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 67px;
    width: 192px;
}

.MenuSubItemOver
{
    border: 0px;
    background-position: left center;
    background-image: url(button.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    background-color: White;
    height: 23px;
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 67px;
    width: 192px;
}

.MenuSubItemDown
{
    border: 0px;
    background-position: left center;
    background-image: url(button.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    background-color: White;
    height: 23px;
    font-family: Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 67px;
    width: 192px;
}

.MenuBreak
{
  padding-left:2px; 
  padding-right:2px; 
}
