.RadTreeView,
.RadTreeView a.rtIn
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #0068a6;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
}
.RadTreeView .rtIn,
.RadTreeView .rtHover .rtIn
{
	text-decoration: underline;
    padding: 0;
    margin: 0;
	border: none;
}

.RadTreeView_Design001 .rtPlus, 
.RadTreeView_Design001 .rtMinus
{
	background-image: url('Images/PlusMinus.png');
	margin: 4px 7px 4px -18px;
}

.RadTreeView_Design001 .rtHover .rtIn
{
	text-decoration: underline;
	/*color: #DC9333;*/
	color: #0068a6;
	border: none;
}

.RadTreeView .rtSelected .rtIn,
.RadTreeView_Design001 .rtSelected .rtIn
{
    font-weight: bold;
	color: #0068a6;
	border: none;
}

.RadTreeView .rtTop
{
    margin: 0;
    padding: 0 0 0 20px;
}
.RadTreeView .rtSp
{
    width: 1px;
    height: 19px;
}