.RadPanelbar_Solid
{
	
}

.RadPanelbar_Solid .rootGroup
{
    
}

.RadPanelbar_Solid .text
{
	padding: 0px 50px;
}

.RadPanelbar_Solid .image
{
	margin: 4px 0px;
}


.RadPanelbar_Solid .rootGroup .text
{
    background-image: url(Img/headerArrow.gif);
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
}

.RadPanelbar_Solid .rootGroup .link
{
	font: bold 12px Arial;
	color: #a51311;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: transparent;
}
.RadPanelbar_Solid .rootGroup .link:hover
{
    color: #a51311;
    text-decoration: underline;
}
.RadPanelbar_Solid .group .text
{
	border-top: 0;
	background: none;
}

.RadPanelbar_Solid .group .link
{

	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	background-image: url(Img/LeftMenuChidICON.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	
}
.RadPanelbar_Solid .group .link:hover
{
	color:white;
	text-decoration: underline;
}

.RadPanelbar_Solid .rootGroup .expanded
{
}

.RadPanelbar_Solid .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Solid .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif');
	background-repeat: no-repeat;
}


.RadPanelbar_Solid .group .selected .text
{
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: white;
}

.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;
}
