.RadPanelbar_Solid
{
    white-space: nowrap;
    
}

.RadPanelbar_Solid .rootGroup
{

}

.RadPanelbar_Solid .text
{  
	
	/*padding: 0px 38px;*/ 
 }



.RadPanelbar_Solid .image
{
	margin:  0px;
}


.RadPanelbar_Solid .rootGroup .text
{
    /**/
    background-image: url(Img/headerArrow.jpg);
    background-repeat: no-repeat;
    line-height:26px;
    height: 26px;
    text-align: left;
    padding-left: 30px;
}

.RadPanelbar_Solid .rootGroup .link
{
    text-align: center;
    font: bold 12px arial;
    color: #e06d0d;    
}
.RadPanelbar_Solid .rootGroup .link:hover
{
    text-decoration: underline;
}
.RadPanelbar_Solid .group .text
{
	border-top: 0;
	background: none;
	text-transform: none;
    line-height: 24px;
    height: 26px;
}

.RadPanelbar_Solid .group .link
{
    background-image: url(Img/LeftMenuChidICON.jpg);
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    
    background-color: #ffffff;
    text-indent: 8px;
    color: #0e0063;
   
    background-repeat: no-repeat;
}
.RadPanelbar_Solid .group .link:hover
{
    color: #0e0063;
    text-decoration: underline;
}

.RadPanelbar_Solid .rootGroup .expanded
{
 
}

.RadPanelbar_Solid .group .expanded
{
	background: none;
	border-bottom: 0px;
	

}

.RadPanelbar_Solid .rootGroup .expanded .text
{
    /*line-height: 20px;*/
    background: url(  'Img/HeaderArrowExpanded.jpg' );
    background-repeat: no-repeat;
    font: bold 12px Arial;
    color: #e06d0d;
    line-height: 26px;
    height: 26px;

}



