﻿.RadTreeView_Default
{
	margin-left:4px;
	width: 176px;
}
.RadTreeView_Default,
.RadTreeView_Default a.rtIn
{
	color:#666666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}
.RadTreeView_Default .rtUL
{
	margin-bottom:40px;
}
.RadTreeView_Default a:hover.rtIn,
.RadTreeView_Default .rtSelected .rtIn
{
	color: #007AC3;
}
.RadTreeView .rtLI
{
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
}
.RadTreeView_Default .rtLines .rtLI
{	
	line-height:20px;
}
.RadTreeView_Default .rtLines .rtLI
{	
	background:transparent url('images/menu_default.gif') no-repeat 0 7px;
	line-height:20px;
	margin-left:0;
	padding-left:9px;
}
.RadTreeView_Default .rtLines .rtLI a
{
	font-weight:normal;
}


/* Level 2 */
ul.rtUL ul.rtUL
{
	margin-bottom:3px;
}
ul.rtUL ul.rtUL a.rtIn
{
	font-family:Arial, Sans-Serif;
	font-size:11px;
	font-weight:normal;
}
.RadTreeView_Default ul.rtUL ul.rtUL .rtLI
{
	background: transparent url('Images/treeview/item_default.gif') no-repeat 18px 9px;
	border:0px;
	line-height:20px;
	padding-left:0;
	text-transform:none;
}


/* Level 3 */
ul.rtUL ul.rtUL ul.rtUL
{
	margin-bottom:0px;
}
