ul.left_menu
{
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    border: 0;
}

ul.left_menu a
{
    text-decoration: none;
    color: #333333;
}

ul.left_menu li
{
    margin: 0 0 0 0;
    padding: 0;
    background: #FFF;
    border-bottom: 0;
}

ul.left_menu li.collapsed
{
}

ul.left_menu li a
{
    background-color: #BFD5FF;
    margin-top: 1px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 0 0 5px;
    display: block;
    width: 130px;
    background: #BFD5FF;
    border: 1px solid #94aece;
}

ul.left_menu li.expanded a
{
    background: #BFD5FF url(../App_Themes/Default/img/arrow_exdended.gif) no-repeat 122px center;
    border: 1px solid #94aece;
}

ul.left_menu li.collapsed a
{
    background: #BFD5FF url(../App_Themes/Default/img/arrow_collapsed.gif) no-repeat 123px center;
    border: 1px solid #94aece;
}

ul.left_menu li.active
{
}

ul.left_menu li.active a
{
    background-color: #EFEFEF;
    width: 130px;
    border: 1px solid #94aece; /*border-bottom: 1px solid #94ADC9;*/
}

ul.left_menu li.last
{
}

ul.left_menu li.last a
{
    border-bottom: 0;
}

/* Children */

ul.left_menu ul.children
{
    margin: 0;
    padding: 0;
    width: 135px;
}

ul.left_menu .children.toggle.visible
{
    display: block;
}

ul.left_menu .children.toggle
{
    display: none;
}

ul.left_menu .children
{
    width: 100%;
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    list-style-position: outside;
}

ul.left_menu .children a
{
    text-decoration: none;
    color: #333333;
    border: 1px solid #94aece;
}

ul.left_menu .children li
{
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    background: #FFFFFF;
}

ul.left_menu .children li a
{
    font-weight: normal;
    line-height: 19px;
    padding: 0 0 0 5px;
    display: block;
    width: 130px;
}

ul.left_menu li .children li
{
    background: #d6e7ff;
}

ul.left_menu li .children li a
{
    background: #d6e7ff;
}

ul.left_menu li .children li a:hover
{
    background: #FFFFFF;
}

ul.left_menu li .children li.active a
{
    background: #FFFFFF;
}

ul.left_menu .children li.active a
{
    
}

ul.left_menu .children li.last
{
}

ul.left_menu .children li.last a
{
    border-bottom: 0;
}

