﻿.RadTreeView
{
	width: 170px;	
}
.RadTreeView ul
{
	margin-bottom:0;
}
.RadTreeView a.rtIn
{
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
}
.RadTreeView .rtLI
{	
	line-height:20px;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
	margin-left:0;
}
.RadTreeView .rtLI .rtIn
{
	background:transparent url('Images/leftMenu_default.gif') no-repeat 4px 3px;
	padding-left:12px;
}
.RadTreeView .rtLI a:hover.rtIn,
.RadTreeView .rtLI .rtSelected .rtIn
{
	background:transparent url('Images/leftMenu_on.gif') no-repeat 4px 3px;
	color: #990000;
}

/* Level 2 */
.RadTreeView .rtUL .rtUL .rtLI
{
	padding-left:12px;
}