.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: 22px;
    height: 22px;
    text-align: left;
}

.RadPanelbar_Solid .rootGroup .link
{
    color: #ffffff;
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-color: transparent;
   
    font-size: 11px;
    text-indent: 35px;  
    font-family: Arial;

}
.RadPanelbar_Solid .rootGroup .link:hover
{
	color:Red;
}
.RadPanelbar_Solid .group .text
{
	border-top: 0;
	background: none;
	text-transform: none;
	line-height: 23px;
	height: 25px;
}

.RadPanelbar_Solid .group .link
{
    background-image: url(Img/LeftMenuChidICON.jpg);
    font-size: 12px;
    font-family: Arial;
    text-indent: 27px;
    color: #ffffff;
    font-weight: normal;
}
.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
{
    /*line-height: 20px;*/
    background: url( 'Img/HeaderArrowExpanded.jpg' );
    background-repeat: no-repeat;
    font:  12px Arial;
    color: #ffffff;
    line-height: 22px;
    height: 22px;    
   text-indent: 38px;  
}



