.MenuGroup
{
  border:0px;
}

.MenuSubGroup
{
  border:2px;
  border-color:Black;
  border-style:solid;
}

.MenuItem
{
    border: 0px;
    background-position: left top;
    background-image: url(LeftBarButton.gif);
    cursor: hand;
    color: #0b4171;
    background-repeat: no-repeat;
    height: 28px;
    font-size: 12px;
    padding-left: 35px;
}

.MenuItemOver
{
    border: 0px;
    background-position: left top;
    background-image: url(LeftBarButton.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    height: 28px;
    font-size: 12px;
    padding-left: 35px;
}

.MenuItemDown
{
    border: 0px;
    background-position: left top;
    background-image: url(LeftBarButton.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    height: 28px;
    font-size: 12px;
    padding-left: 35px;
}

.MenuSubItem
{
    border: 0px;
    background-position: left top;
    background-image: url(LeftBarButton.gif);
    cursor: hand;
    color: #0b4171;
    background-repeat: no-repeat;
    background-color: #cac29b;
    height: 28px;
    font-size: 12px;
    padding-left: 35px;
    padding-right: 10px;
}

.MenuSubItemOver
{
    border: 0px;
    background-position: left top;
    background-image: url(LeftBarButton.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    background-color: #cac29b;
    height: 28px;
    font-size: 12px;
    padding-left: 35px;
    padding-right: 10px;
}

.MenuSubItemDown
{
    border: 0px;
    background-position: left top;
    background-image: url(LeftBarButton.gif);
    cursor: hand;
    color: Red;
    background-repeat: no-repeat;
    background-color: #cac29b;
    height: 28px;
    font-size: 12px;
    padding-left: 35px;
    padding-right: 10px;
}

.MenuBreak
{
  padding-left:2px; 
  padding-right:2px; 
}