.TreeView 
{
    font: Verdana;
    line-height: 30px;
	cursor: pointer; 
	font-style: normal;
	
}



.TreeView LI
{
    /* The padding is for the tree view nodes */
    padding: 0 0 0 18px;
    float: left;
    width: 100%;
    list-style: none;
    background: url(../images/list.gif) no-repeat left center;
	border-top:1px solid #cccccc;


	
}


.TreeView LI UL LI
{
    /* The padding is for the tree view nodes */
    padding: 0 0 0 18px;
    float: left;
    width: 90%;
    list-style: none;
    background: url(../images/list.gif) no-repeat left center;
	border-top:1px solid #cccccc;


	
}


.TreeView LI a
{
    /* The padding is for the tree view nodes */
	text-decoration:none;
	color:#000000;

}


.TreeView LI a:link
{
    /* The padding is for the tree view nodes */
	text-decoration:none;
	color:#000000;

}


.TreeView LI a:hover
{
    /* The padding is for the tree view nodes */
	
	color:#B63100;

}

.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0;
}

LI.Expanded 
{
    background: url(../images/minus.gif) no-repeat left top;
}

LI.Expanded ul
{
    display: block;
}

LI.Collapsed 
{
    background: url(../images/plus.gif) no-repeat left top;
}

LI.Collapsed ul li
{
    background: url(../images/list.gif) no-repeat left top;
	border:0px;
}




LI.Collapsed ul
{
    display: none;
	
}

.Highlighted
{
    color: red;
}

.AlternateHighlight
{
    color: blue;
}

