﻿.AspNet-TreeView
{
    width: 185px;
}

.AspNet-TreeView ul li 
{
	background-color: #dbdbdb;
	border-top: solid 1px #00c230;
}

.AspNet-TreeView-ParentSelected
{
	padding: 0px 0px 0px 15px;
}

.AspNet-TreeView-Root a
{
	display: block;
	width: 155px;
	background-image: url(../images/newimages/arrow.png);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	text-decoration: none;
	color:Black;
	background-color: #dbdbdb;
	margin: 0px, 5px, 0px, 0px;
	padding: 5px 5px 5px 25px;
}

.AspNet-TreeView-ParentSelected a
{
	display:block;
	width: 135px;
	background-image: url(../images/newimages/arrow.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color:Black;
	background-color: #dbdbdb;
	padding: 5px 10px 5px 25px;	
	margin: 0px 10px 0px 0px;

}

.AspNet-TreeView-Root a:hover
{
	display: block;
	background-image: url(../images/newimages/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	background-color: #696a69;
	color: White;
	margin: 0px, 0px, 0px, 0px;
}
