.Node 
{ 	
	background-image:url('nav_root_bg.gif');
	height:28px;
	background-repeat:no-repeat;
	margin-bottom:2px;
}

.Node .text
{ 
	font-weight:bold;
	font-family: Verdana;
	font-size: 14px; 
	color: #FFFFFF;
	padding-left:10px;	
	padding-top:5px;	
	text-decoration: none;	
}

.SubNode 
{ 
	background:none;
	height:23px;
}
.SubNode .text
{ 
	font-weight:bold;
	font-family: Verdana;
	font-size: 10px; 
	color: #EF3E42;	
	padding-left: 12px;
	padding-top:4px;
	text-decoration: underline;
}

.SubNodeHeader 
{ 
	background:none;
	height:23px;
}
.SubNodeHeader .text
{ 
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px; 
	color: #000000;	
	padding-left: 12px;
	padding-top:2px;
	text-decoration: none;
	cursor:default;
}
/*
.RadPanelbar_TakeAction .group .link:hover
{
	background: #e0bbe9;
}

.RadPanelbar_TakeAction .rootGroup a:hover
{
	background-image:url('imageNodeBg.gif');
	background-repeat:repeat-x;
}
*/

.SelectedSubNode 
{ 
	background-image:url('arrow.gif');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:23px;
}
.SelectedSubNode .text
{ 
	font-weight:bold;
	font-family: Verdana;
	font-size: 10px; 
	color: #EF3E42;	
	padding-left: 12px;
	padding-top:4px;
	text-decoration: underline;
}

.SelectedNode 
{ 	
	background-image:url('nav_root_active_bg.gif');
	height:28px;
	background-repeat:no-repeat;
	margin-bottom:2px;
	width:236px;
}

.SelectedNode .text
{ 
	font-weight:bold;
	font-family: Verdana;
	font-size: 14px; 
	color: #FFFFFF;
	padding-left:10px;	
	padding-top:5px;	
	text-decoration: none;	
}



.RadPanelbar_TakeAction
{
	background: none;
	white-space: nowrap;
}