.RadPanelbar_GIBS
{
	/*white-space:nowrap;*/
	line-height:20px;
}

.RadPanelbar_GIBS .rootGroup
{
	
}

.RadPanelbar_GIBS .text
{
	color:#222222;
	padding:4px 20px 4px 15px;
	font:menu;
}

.RadPanelbar_GIBS .image
{
	margin:4px 0px;
}

.RadPanelbar_GIBS .rootGroup .text
{
	font-family:Arial;
	color:#222222;
	font-size:11px;
	border-bottom:1px solid #bbbbbb;	
	font-weight:normal;
}

.RadPanelbar_GIBS .rootGroup .expandable .text
{
	font-family:Arial;
	color:#222222;
	font-size:11px;
	border-bottom:1px solid #bbbbbb;	
	background:#FFFFFF url(Img/collapsed.gif) right center no-repeat;
	font-weight:normal;
}

.RadPanelbar_GIBS .rootGroup .expanded .text
{
	font-family:Arial;
	color:#666666;
	font-size:11px;
	background-image:url(Img/expanded.gif);
	font-weight:normal;
}
.RadPanelbar_GIBS .rootGroup .selected .text
{
	font-family:Arial;
	color:#1f419a;
	font-size:11px;
	font-weight:normal;
}

.RadPanelbar_GIBS_rtl .rootGroup .text
{
	background-position:left center;
}

.RadPanelbar_GIBS .group 
{
	background-color:White;
}

.RadPanelbar_GIBS .level1 
{
	line-height:20px;
}

.RadPanelbar_GIBS .level1 .link
{
	border-bottom:1px solid #bbbbbb;
	line-height:20px;
}

.RadPanelbar_GIBS .level1 .expandable .text
{
	border:0;
	background:transparent;
	font-weight:normal;
/*	padding:2px 20px 0 25px;*/
	padding:4px 20px 4px 25px;
}

.RadPanelbar_GIBS .level1 .text,
.RadPanelbar_GIBS .level1 .expanded .text
{
	border:0;
	background:transparent;
	font-weight:normal;
	padding:5px 20px 5px 25px;
}

.RadPanelbar_GIBS .level1 .selected .text
{
	color:#193e97;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.RadPanelbar_GIBS .focused .text
{
	text-decoration:none;
}


.RadPanelbar_GIBS .rootGroup .disabled:hover,
.RadPanelbar_GIBS .rootGroup .disabled .text
{
	background:#FFFFFF url(Img/collapsed.gif) right center no-repeat;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_GIBS .rootGroup .group .disabled:hover,
.RadPanelbar_GIBS .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_GIBS .rootGroup .expanded.disabled .text
{
	background-image:url(Img/expanded.gif);
}

