
.groupMenu .active
{
    color: #6f9836;
}
.groupMenu .submenu
{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.groupMenu .submenu li
{
    display: block;
    padding-left: 1em;
    background: url(../images/bullet.gif) no-repeat 0 3px;
}
.groupMenu h2
{
    font-size: 13px;
}
.groupMenu h3
{
    font-weight: normal;
    font-size: 11px;
}

.arrow span
{
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url(../../images/arrow.png) no-repeat;
    position: relative;
    left: 5px;
    top: 1px;
}

.list
{
    color: #3c3c3c;
    font-weight: bold;
    font-size: 12px;
}

ul.list li
{
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.1;
}

ul.list .last
{
    border: 0;
}

.list a:hover
{
    text-decoration: none;
    color: #6e9635;
}

.list .date
{
    display: block;
    color: #8B8B8B;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 3px;    
}