﻿.node
{
    font-size: 12px;
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #a6a7a8;
    height: 22px;
    line-height: 22px;
    padding-left: 15px;
    width: 154px;
    background-image: url( '../Images/Common/menu.png' );
    background-repeat: no-repeat;
    padding-bottom: 13px;
}

.selected_node
{
    background-image: url( '../Images/Common/menu_selected.png' );
    background-repeat: no-repeat;
    color: #012869;
}

.hover_node
{
    background-image: url( '../Images/Common/menu_hover.png' );
    background-repeat: no-repeat;
    color: #012869;
}

.sub_node
{
    font-size: 11px;
    font-family: Trebuchet MS;
    color: #a6a7a8;
    height: 22px;
    line-height: 22px;
    padding-left: 11px;
    width: 168px;
    background-image: url( '../Images/Common/submenu.png' );
    background-repeat: no-repeat;
}

.sub_node.hover_node
{
    color: #012869;
    background-image: url( '../Images/Common/submenu_hover.png' );
}

.sub_node.selected_node
{
    color: #012869;
    background-image: url( '../Images/Common/submenu_selected.png' );
}

.node a
{
    background-image: none;
}

a.sub_node:link, a.sub_node:visited, a.sub_node:active, a.sub_node:hover
{
    background-image: none;
}

a.membership:link, a.membership:visited, a.membership:active
{
    background-image: url( '../Images/Common/members_selected.png' );
    background-repeat: no-repeat;
}

a.membership:hover
{
    background-image: url( '../Images/Common/members_hover.png' );
    background-repeat: no-repeat;
}


.membership_submenu
{
}

.membership_submenu a
{
    position: relative;
    text-align: left;
    vertical-align: bottom;
    top: 11px;
    font-size: 11px;
    font-family: Trebuchet MS;
    font-weight: bold;
    color: #a6a7a8;
    text-decoration: none;
}

.membership_submenu a:hover
{
    color: #614018;
}

.membership_submenu a:active
{
    color: #614018;
}

.menmbership_subnode
{
    padding-left: 15px;
    width: 168px;
    height: 22px;
    line-height: 22px;
}

.submenu_row
{
    line-height: 0;
}

.submenu_cell
{
    height: 22px;
    width: 168px;
    padding-left: 24px;
    background-image: url( '../Images/Common/submenu_members.png' );
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 8px;
}

.submenu_cell_selected
{
    height: 22px;
    width: 168px;
    padding-left: 24px;
    background-image: url( '../Images/Common/submenu_members_selected.png' );
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 8px;
}

.submenu_cell_selected a
{
	color: #614018;
}


.menu_separator
{
    width: 20px;
    height: 1px;
}

.menu_control
{
    margin-left: 10px;
}

