#ctl00_ContentPlaceHolder1_rtvMenu
{
	width: 1200px !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	font: 10px !important;

}


.RadTreeView_LRC,
.RadTreeView_LRC a.rtIn,
.RadTreeView_LRC .rtEdit .rtIn input
{
	color: #000;
	font: 10px "Segoe UI", Arial, sans-serif;
}

.rtUL
{
	list-style-type: none !important;
	list-style-image: none !important;
}

.RadTreeView_LRC .rtPlus, 
.RadTreeView_LRC .rtMinus
{
	background-image: url('TreeView/PlusMinus.png');
}

.RadTreeView_LRC .rtLI .rtPlus, 
.RadTreeView_LRC .rtLI .rtPlus:hover
{ background-position: 0 0; }

.RadTreeView_LRC .rtLI .rtMinus, 
.RadTreeView_LRC .rtLI .rtMinus:hover
{ background-position: 0 -11px; }

.RadTreeView_LRC .rtChecked,
.RadTreeView_LRC .rtUnchecked,
.RadTreeView_LRC .rtIndeterminate
{
	background-image: url('TreeView/TriState.png');
}

.RadTreeView_LRC .rtSp
{
	width: 1px !important;	
}

.RadTreeView_LRC .rtHover .rtIn
{
	color: #882501;
	border-color: #c98400;
	background-color: #ffe79c;
}

.RadTreeView_LRC .rtSelected .rtIn
{
	color: #882501;
	border-color: #ca4b0c;
	background-color: #ffa517;
}

.RadTreeView_LRC .rtSelected .rtLoadingBefore,
.RadTreeView_LRC .rtSelected .rtLoadingAfter,
.RadTreeView_LRC .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_LRC .rtLI .rtEdit .rtIn
{
	border-color: #6c6c6c;
	background: #fff;
}

.RadTreeView_LRC_disabled .rtIn,
.RadTreeView_LRC .rtDisabled .rtIn
{
	color: #ccc;
}


/* <node lines> */

.RadTreeView_LRC .rtLines .rtLI,
.RadTreeView_LRC .rtLines .rtFirst .rtUL { background-image: url('TreeView/NodeSpan.png'); }
.RadTreeView_LRC_rtl .rtLines .rtLI,
.RadTreeView_LRC_rtl .rtLines .rtFirst .rtUL { background-image:url('TreeView/NodeSpan_rtl.png'); }

.RadTreeView_LRC .rtLines .rtFirst,
.RadTreeView_LRC .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan.png'); }
.RadTreeView_LRC_rtl .rtLines .rtFirst,
.RadTreeView_LRC_rtl .rtLines .rtFirst .rtUL { background-image: url('TreeView/FirstNodeSpan_rtl.png'); }
.RadTreeView_LRC .rtLines .rtLast,
.RadTreeView_LRC .rtLines .rtLast .rtUL { background-image: none; }

.RadTreeView_LRC .rtLines .rtTop { background-image:url('TreeView/TopLine.png'); }
.RadTreeView_LRC_rtl .rtLines .rtTop { background-image:url('TreeView/TopLine_rtl.png'); }
.RadTreeView_LRC .rtLines .rtMid { background-image:url('TreeView/MiddleLine.png'); }
.RadTreeView_LRC_rtl .rtLines .rtMid { background-image:url('TreeView/MiddleLine_rtl.png'); }
.RadTreeView_LRC .rtLines .rtBot { background-image:url('TreeView/BottomLine.png'); }
.RadTreeView_LRC_rtl .rtLines .rtBot { background-image: url('TreeView/BottomLine_rtl.png'); }
.RadTreeView_LRC .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine.png'); }
.RadTreeView_LRC_rtl .rtLines .rtLast .rtTop { background-image:url('TreeView/SingleLine_rtl.png'); }

/* </node lines> */



div.RadTreeView_LRC .rtIn { border-color: rgb(5, 54, 97); background-color: rgb(5, 54, 97); color: rgb(255, 255, 255); font-size: 12px; text-decoration: none; }
div.RadTreeView_LRC .rtHover .rtIn { border-color: rgb(5, 54, 97); font-style: normal; background-color: rgb(255, 255, 255); color: rgb(5, 54, 97); }
div.RadTreeView_LRC .rtSelected .rtIn { border-color: rgb(5, 54, 97); font-weight: normal; }
div.RadTreeView_LRC .rtMinus {  }
div.RadTreeView_LRC .rtPlus {  }







div.RadTreeView_LRC .rtIn { background-color: transparent; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 161, 214); color: rgb(5, 54, 97); }
div.RadTreeView_LRC .rtHover .rtIn { border: 0px solid transparent; background-color: rgb(5, 54, 97); color: rgb(255, 255, 255); font-weight: normal; }
div.RadTreeView_LRC .rtSelected .rtIn { background-color: rgb(255, 255, 255); color: rgb(204, 153, 0); border-top-color: rgb(5, 54, 97); border-right-color: rgb(5, 54, 97); }
div.RadTreeView_LRC .rtMinus {  }
div.RadTreeView_LRC .rtPlus {  }

div.RadTreeView_LRC .rtIn { font-size: 14px; }
div.RadTreeView_LRC .rtHover .rtIn {  }
div.RadTreeView_LRC .rtSelected .rtIn { padding-top: 0px; margin-top: 0px; padding-bottom: 2px; }
div.RadTreeView_LRC .rtMinus {  }
div.RadTreeView_LRC .rtPlus {  }
