.TreeView 
{
    font: Verdana;
    line-height: 16px;
	cursor: pointer; 
	font-style: normal;
}

.TreeView LI
{
    /* The padding is for the tree view nodes */
    padding: 0 0 0 4px;
    float: left;
    width: 100%;
    list-style: none;
}

.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0;
}

LI.Expanded 
{
    
}

LI.Expanded ul
{
    display: block;
}

LI.Collapsed 
{
   
}

LI.Collapsed ul
{
    display: none;
}

.Highlighted
{
    color: red;
}

.AlternateHighlight
{
    color: blue;
}

