﻿div.explore
{
    overflow: hidden;
}

div.explore > div
{
    float: left;
}

div.explore > div.view > div.panel
{
    display: none;
}

div.explore > div.navigation
{
    width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px 4px 4px 8px;
    background-color: white;
    border-right: 1px solid #b5b5b5;
}

div.explore > div.view
{
    padding: 0px 0px 0px 0px;
}

div.explore > div.view > div.panel
{
    background-color: white;
    margin-top: 0px;
}

div.explore > div.navigation ul li.link
{
    cursor: pointer;
    padding: 2px 2px 2px 16px;
    margin-right: 5px;
    line-height:30px;
    height: 30px;
}

div.explore > div.navigation ul li.link.expanded 
{
    height: auto;
}


div.explore > div.navigation ul li.link.current
{
    background-color: #DCEBFC;
    border-color: #B8D6FB;
    border-style: solid;
    border-width: 1px;
}


div.explore > div.navigation ul li.link.current.expanded,
div.explore > div.navigation ul li.link.expanded {
    background-color: transparent;
    border: none;
}

div.navigation ul ul
{
    list-style: none;
    margin: 0 0 0 12px;
}

div.navigation li.expandable
{
    cursor: pointer;
    padding: 2px 2px 2px 16px;
    background-image: url(Images/Iconic/gray_dark/plus_8x8.png);
    cursor: pointer;
    background-position: 20px 13px;
    background-repeat: no-repeat;
    background-color: #fff;
    line-height: 30px;
    text-indent: 19px;
    width: 228px;
}

div.navigation li.expandable.expanded
{
    cursor: pointer;
    padding: 2px 2px 2px 16px;
    background-image: url(Images/Iconic/gray_dark/minus_8x2.png);
    cursor: pointer;
    background-position: 20px 16px;
    background-repeat: no-repeat;
    background-color: #fff;
    line-height: 30px;
    text-indent: 19px;
    width: 228px;
}

div.explore > div.navigation ul ul li.link 
{
    background-color: #fff;
    padding: 0;
    margin:0 0 0 -26px;
    text-indent: 47px;
    background-position: 30px 11px;
}

div.explore > div.navigation ul ul li.link.current
{
    background-color: #fff;
}

div.navigation li.expandable ul
{
    display: none;
}

div.navigation li.expandable.expanded ul
{
    display: block;
}

div.explore > div.view span.expandable.expanded
{
    background-position: center 7px;
}

div.explore > div.view span.expandable
{
    background-position: center 4px;
}