.RadPanelbar_System
{
	white-space:nowrap;
	line-height:20px;
}
.RadPanelbar_System .rootGroup
{
	border:0px solid buttonface;
}
.RadPanelbar_System .text
{
	/*color:#303030;color:Navy;
	*/
	color:#0560A6;
	font-size: 14px;
	
	padding:4px 20px;
	
}
.RadPanelbar_System .image
{
	margin:4px 0px;
}
.RadPanelbar_System .rootGroup .text
{
	font-weight:bold;
	/*background-color:#f5f5f5;*/
	background-color:#EDEDED;
	border-bottom: 1 solid buttonface;
}
.RadPanelbar_System .rootGroup .expanded .text
{
}
.RadPanelbar_System_rtl .rootGroup .text
{
	background-position:left center;
}
.RadPanelbar_System .group 
{
	/*background-color:White;*/
	background-color:#f5f5f5;
}

.RadPanelbar_System .level1 
{	
}

.RadPanelbar_System .level1 .link
{
	border-bottom:1px solid buttonface;
}
.RadPanelbar_System .level1:hover .link:hover
{
	 background-repeat:repeat;
	 background-color:#cccccc;
}
.RadPanelbar_System .level1 .text,
.RadPanelbar_System .level1 .expanded .text
{
	border:0;
	background:transparent;
	font-weight:normal;
	padding:2px 20px;
}
.RadPanelbar_System .level1 .selected .text
{
	background:Highlight;
	color:HighlightText;
	text-decoration:none;
}
.RadPanelbar_System .focused .text
{
	text-decoration:none;
}
.RadPanelbar_System .rootGroup .disabled:hover,
.RadPanelbar_System .rootGroup .disabled .text
{
	background:buttonface;
	color: #ccc;
	cursor: default;
}
.RadPanelbar_System .rootGroup .group .disabled:hover,
.RadPanelbar_System .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;	
	color: #ccc;
	cursor: default;
}
.RadPanelbar_System .rootGroup .expanded.disabled .text
{

}
