.menu {
    font-size: 8pt;
    line-height: 12pt;
    margin: 0px;
    padding-bottom: 20px;
}

.menu a {
    text-decoration: none;
}

.menu_groups {
    float: left;
    text-align: right;
    width: 110px;
}

.menu_groups ul {
    font-weight: bold;
    list-style: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.menu_groups_border {
    border-right: 1px solid #6B8408;
}

.menu_group {
    color: #9cbd08;
}

.menu_group a {
    color: #9cbd08;
}

.menu_group_selected {
    color: #6B8408;
}

.menu_group_selected a {
    color: #6B8408;
}

.menu_items {
    margin-left: 110px;
    text-align: left;
    padding-left: 5px;
}

.menu_items ul {
    font-weight: bold;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menu_item {
    color: #6B8408;
    margin: 0px;
    padding: 0px 0px 0px 3px;
}

.menu_item a {
    color: #6B8408;
}

.menu_item_selected {
    border-bottom: 1px solid #FFFFFF;
    color: #6B8408;
}

.menu_item_selected a {
    color: #6B8408;
}

.menu_items_border {
    border-left: 1px solid #6B8408;
}

.menu_item_selected {
    background-image: url('/images/static/misc/menu_bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 8px;
}
