.d3Level
{
}

.d3Container
{
}

.d3ItemSeparator
{
}

.d3Item
{
    background-color: #79002B;
    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: #79002B;
    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: #FF0000;
    cursor: default;
    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: #FF0000;
    cursor: default;
    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;
}


