﻿/* --------- Side Tree ------------ */
/* SideTree's cell */
td.aSideTree
{
    background-color:       rgb(191,211,249);
    background-image:       url(SideTree-Background.gif);
    width:                  125px;
}

/* The styles for the sidetree nodes */
.aSideTree-NodeStyle
{
}

/* The styles for hovering on menu-bar titles */
.aSideTree-HoverNodeStyle
{
}

/* The styles for the selected menu-bar titles */
.aSideTree-SelectedNodeStyle
{
    font-weight:            bold !important;
}



