/*

RadTreeView Undermenu skin

* For notes on some CSS class names, please check RadTreeView common skin file *

*/

/* general styles */

.RadTreeView_Undermenu .rtLI
{
	display: inline;
}

.RadTreeView .rtTop,
.RadTreeView .rtMid,
.RadTreeView .rtBot
{
	border-top: 1px solid #fff;
	height: 24px;
	background: #d1d1d1;
}

.RadTreeView_Undermenu .rtUL .rtUL
{
	padding: 0 !important;
}

.RadTreeView_Undermenu .rtUL .rtUL div
{
	padding-left: 5px !important;
	background: #e4f3fb;
}

.RadTreeView_Undermenu .rtUL .rtUL .rtUL div
{
	padding-left: 15px !important;
}

.RadTreeView_Undermenu .rtUL .rtUL .rtUL .rtUL div
{
	padding-left: 25px !important;
}

.RadTreeView_Undermenu .rtUL .rtUL .rtUL .rtUL .rtUL div
{
	padding-left: 35px !important;
}

.RadTreeView_Undermenu .rtIn
{
	padding: 5px 10px 5px 15px !important;
	font-size: 11px !important;
	text-decoration: none;
	color: #2a3b76;
	display: block;
	text-decoration: none;
}

.RadTreeView_Undermenu .rtSelected
{
	background: #2a3b76 !important;
}

.RadTreeView_Undermenu .rtPlus,
.RadTreeView_Undermenu .rtMinus
{
	position: relative !important;
	float: right !important;
	top: 9px !important;
	right: 8px !important;
	height: 5px !important;
	width: 5px !important;
	background: url(TreeView/arrow_sprite.gif) !important;
}

.RadTreeView_Undermenu .rtSelected .rtPlus
{
	background-position: 0 6px !important;
}

.RadTreeView_Undermenu .rtSelected .rtMinus
{
	background-position: 0 0 !important;
}

.RadTreeView_Undermenu .rtMinus,
.RadTreeView_Undermenu .rtHover .rtMinus
{
	background-position: 5px 0 !important;
}

.RadTreeView_Undermenu .rtPlus,
.RadTreeView_Undermenu .rtHover .rtPlus
{
	background-position: 5px 6px !important;
}

.RadTreeView_Undermenu .rtSp
{
	display: none !important;
}

/* endof general styles */


/* node states */

.RadTreeView_Undermenu .rtSelected .rtIn
{
	color: #fff !important;
}

.RadTreeView_Undermenu .rtLI .rtHover
{
	background: #fff !important;
}

.RadTreeView_Undermenu .rtLI .rtHover .rtIn
{
	color: #2d3e7a !important;
}

/* endof node states */
