﻿.TreeView
{
	background-color:#FFFFFF;
	font-size:85%;
	width:175px !important;
	cursor:pointer;
}
.RootLevel
{
	padding: 4px 0 2px 16px;	
	border-bottom:1px dashed #D2D2D2;
	background: url("../Images/bullet.jpg") no-repeat 0 2px;	
	width:150px !important;
}
.RootLevel:hover
{
	padding: 4px 0 2px 16px;	
	border-bottom:1px dashed #D2D2D2;
	background: url("../Images/bullet.jpg") no-repeat 0 2px;	
	width:150px !important;
	color:#669999;	
	text-decoration:underline;
}
.LevelOne
{
	padding: 4px 0 2px 0;	
	border-bottom:1px dashed #D2D2D2;
	width:150px !important;
}
.LevelOne:hover, .ActiveLevelOne
{
	padding: 4px 0 2px 0;	
	border-bottom:1px dashed #D2D2D2;
	width:150px !important;
	color:#669999;	
	text-decoration:underline;
}
.LevelTwo
{
	padding: 2px 0 1px 0;	
	width:150px !important;
}
.LevelTwo:hover
{
	padding: 2px 0 1px 0;	
	width:150px !important;	
	color:#CC8645;
	text-decoration:underline;
}
.ActiveLevelTwo
{
	padding: 2px 0 1px 0;	
	width:150px !important;	
	color:#CC8645;
}
.LevelThree
{
	padding: 2px 0 1px 0;	
	width:130px !important;
}
.LevelThree:hover
{
	padding: 2px 0 1px 0;	
	width:130px !important;	
	color:#843674;
	text-decoration:underline;
}
.ActiveLevelThree
{
	padding: 2px 0 1px 0;	
	width:130px !important;	
	color:#843674;	
}