.RadPanelbar_ceca
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_ceca .rootGroup
{
	border: solid 1px #e5e5e5;
	border-bottom: 0;

}

.RadPanelbar_ceca .text
    {
	color: #FFF;

	padding: 0px 21px 0px 25px;
	font-weight:bold;
	}

.RadPanelbar_ceca .image
{
	margin: 4px 0px;
}


.RadPanelbar_ceca .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 11px center;
    line-height: 20px;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
	
}

.RadPanelbar_ceca .rootGroup .link
{
	background: white url('Img/HeaderBg.gif') repeat-x;
		    
}


.RadPanelbar_ceca .rootGroup .link:hover
{
	background: white url('Img/HeaderBgHover.gif') repeat-x;
}

.RadPanelbar_ceca .group .text
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: #666666;
    font-size: 9px;
    font-weight:normal;
    

}

.RadPanelbar_ceca .group .link
{
	background: none;

}



.RadPanelbar_ceca .group .link:hover
{
	background: #FFF none;

}


.RadPanelbar_ceca .rootGroup .expanded
{
	background: white url('Img/SelectBg.gif') repeat-x;

}

.RadPanelbar_ceca .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_ceca .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_ceca .rootGroup .selected .text
{
	font-weight: bold;

}

.RadPanelbar_ceca .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_ceca .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}


.RadPanelbar_ceca .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelbar_ceca .rootGroup .disabled:hover,
.RadPanelbar_ceca .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_ceca .rootGroup .group .disabled:hover,
.RadPanelbar_ceca .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
