.RadPanelbar_Solid
{
	white-space: nowrap;
}

.RadPanelbar_Solid .rootGroup
{
    
}

.RadPanelbar_Solid .text
{
	padding: 0px 26px;
	height: 25px;
}

.RadPanelbar_Solid .image
{
	margin: 4px 0px;
}


.RadPanelbar_Solid .rootGroup .text
{
    background-position: 0px 50%;
    background-image: url(Img/headerArrow.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    line-height: 20px;
}

.RadPanelbar_Solid .rootGroup .link
{
    font: bold 12px Arial;
    color: #ffffff;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-color: transparent;
}
.RadPanelbar_Solid .rootGroup .link:hover
{
	color:Red;
}
.RadPanelbar_Solid .group .text
{
	border-top: 0;
	background: none;
	
	background-repeat: no-repeat;
}

.RadPanelbar_Solid .group .link
{
    color: #ffffff;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    background-image: url(Img/bg.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}
.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-position: 0px 50%;
    background-image: url(Img/HeaderArrowExpanded.gif);
    background-repeat: no-repeat;
    line-height: 20px;
	
}


.RadPanelbar_Solid .group .selected .text
{
	font-weight: normal;
	border-top: 0;
	background: none;
	color: red;
}

.RadPanelbar_Solid .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	
}

.RadPanelbar_Solid .level2 .text
{
	padding-left: 36px;
	line-height: 24px;
}

.RadPanelbar_Solid .rootGroup .disabled:hover,
.RadPanelbar_Solid .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Solid .rootGroup .group .disabled:hover,
.RadPanelbar_Solid .rootGroup .group .disabled .text
{
	text-decoration: none;
	
	color: #ccc;
	cursor: default;
}
