.RadPanelbar_Solid
{
	background: #eaeaea;
	white-space: nowrap;
}

.RadPanelbar_Solid .rootGroup
{
	border: solid 0px #e5e5e5;
	border-bottom: 0;
}

.RadPanelbar_Solid .text
{
	padding: 0px 23px;
}

.RadPanelbar_Solid .image
{
	margin: 4px 0px;
}


.RadPanelbar_Solid .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 11px center;
	line-height: 35px;
	/*border-bottom: solid 2px Gray;*/
	border-top: solid 0px white;
}

.RadPanelbar_Solid .rootGroup .link
{
    font: bold 12px tahoma;
    color: black;
    background-position: left top;
    background-image: url(Img/SolidMenuBg.gif);
    background-repeat: repeat-y;
    background-color: white;
}
.RadPanelbar_Solid .rootGroup .link:hover
{
	color:Red;
}
.RadPanelbar_Solid .group .text
{
    padding-bottom: 0px;
    padding-top: 0px;
    border-top: 0;
    line-height: 25px;
    padding-left: 30px;
    background-image: none;
}

.RadPanelbar_Solid .group .link
{
    color: #00327e;
    font-size: 11px;
    font-family: tahoma;
    background-color: white;
    font-weight: bold;
}
.RadPanelbar_Solid .group .link:hover
{
	background: none;
	color:Red;
}

.RadPanelbar_Solid .rootGroup .expanded
{

}

.RadPanelbar_Solid .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Solid .rootGroup .expanded .text
{
	background: White url('Img/HeaderArrowExpanded.gif') no-repeat 11px center;
	/*border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;*/
}


.RadPanelbar_Solid .group .selected .text
{
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: red;
}

.RadPanelbar_Solid .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	/*background: White;*/
}

.RadPanelbar_Solid .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.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;
	background: none;
	color: #ccc;
	cursor: default;
}

