﻿.menuTopGroup
{
    border: 0px;
    cursor: pointer;
}
.menuGroup
{
    border-top: solid 1px #7ea134;
    width: 220px;
    cursor: default;
    background-color: #8cb03d;
}
.lg1
{
    width: 220px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-bottom: solid 1px #7ea134;
    padding-left: 11px;
    cursor: pointer;
}
.lg1hover
{
    width: 220px;
    height: 40px;
    background-color: #7ea134;
    line-height: 40px;
    color: white;
    border-bottom: solid 1px #7ea134;
    padding-left: 11px;
    cursor: pointer;
}
