.d3Level
{
}

.d3Container
{
}

.d3ItemSeparator
{
}

.d3Item
{
    background-color: #000000;
    /*border-right: 1 solid #FFFFFF;
    border-left: none;
    border-bottom: none;
    border-top: none;*/
}

.d3Item #item
{
    font-family: tahoma, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.d3ItemDisabled
{
    background-color: #000000;
    /*border-right: 1 solid #FFFFFF;
    border-left: none;
    border-bottom: none;
    border-top: none;*/
}

.d3ItemDisabled #item
{
    font-family: tahoma, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: gray;
}


.d3ItemActive
{
    background-color: #666666;
    cursor: pointer;
    /*border-right: 1 solid #FFFFFF;
    border-left: none;
    border-bottom: none;
    border-top: none;*/
}

.d3ItemActive #item
{
    font-family: tahoma, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.d3ItemSelected
{
    background-color: #666666;
    cursor: pointer;
    /*border-right: 1 solid #FFFFFF;
    border-left: none;
    border-bottom: none;
    border-top: none;*/
}

.d3ItemSelected #item
{
    font-family: tahoma, helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}



