﻿.SimpleTreeView div.AspNet-TreeView a
{
	color: #2e2d2e;
	font-weight: normal;
	text-decoration: none;
}

.SimpleTreeView li.AspNet-TreeView-Selected /*li.AspNet-TreeView-Root*/
{
	margin-top: 29px;
	margin-bottom: 20px;
	border-bottom: solid 1px #D8D8D8;	
}

.SimpleTreeView li.AspNet-TreeView-Leaf
{		
	/*olor: #2e2d2e;*/
	/*margin-top: 10px;
	margin-bottom: 5px;*/
	margin-left: 10px;
	border-bottom: solid 1px #red;
}


/*.SimpleTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 10px;
}*/
