.RadPanelbar_Solid
{
    white-space: nowrap;
    
}

.RadPanelbar_Solid .rootGroup
{

}

.RadPanelbar_Solid .text
{
	padding: 0px 31px;
	
}

.RadPanelbar_Solid .image
{
	margin:  0px;
}


.RadPanelbar_Solid .rootGroup .text
{
    background-image: url(Img/headerArrow.png);
    background-repeat: no-repeat;
    line-height: 21px;
    height: 21px;
}

.RadPanelbar_Solid .rootGroup .link
{
	font: bold 12px Arial;
	color: #f9e601;
	background-position: 0% 0%;
   text-transform: uppercase;
	background-repeat: repeat-x;
	background-color: transparent;
}
.RadPanelbar_Solid .rootGroup .link:hover
{
	color:Red;
}
.RadPanelbar_Solid .group .text
{
	border-top: 0;
	background: none;
	text-transform: none;
}

.RadPanelbar_Solid .group .link
{
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
    background-image: url(Img/LeftMenuChidICON.png);
    background-repeat: no-repeat;
   
    line-height: 18px;
    text-indent: 23px;
}
.RadPanelbar_Solid .group .link:hover
{
	color:Red;
}

.RadPanelbar_Solid .rootGroup .expanded
{
    
}

.RadPanelbar_Solid .group .expanded
{
	background: none;
	border-bottom: 0px;

}

.RadPanelbar_Solid .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.png');
	background-repeat: no-repeat;
	
}



