.RadPanelbar_FvdW
{
	background: #E50609;
	white-space: nowrap;
	text-align: left;
}

.RadPanelbar_FvdW .rootGroup
{
	/*border: solid 1px #e5e5e5;*/
	border-bottom: 0;
}

.RadPanelbar_FvdW .text
{
	/*	color: #FFFFFF;	*/
	color: #A00407;
	padding: 0px 3px;
	font: normal 10px Verdana, Sans-serif;
}

.RadPanelbar_FvdW .text:hover
{
	color: #F28D07;
	font-size: 10px;
	font-style: italic;
}

.RadPanelbar_FvdW .image
{
	margin: 4px 0px;
}


.RadPanelbar_FvdW .rootGroup .text
{
	/*background: url('Img/headerArrow.gif') no-repeat 11px center;*/
	line-height: 18px;
	border-bottom: solid 1px #E50609; /*#bbbbbb;*/	
	/*border-top: solid 1px white;*/
}

.RadPanelbar_FvdW .rootGroup .link
{
	/*	background: white url('Img/HeaderBg.gif') repeat-x;	*/
	background-color: #F28D07;
}

.RadPanelbar_FvdW .rootGroup .link:hover
{
	background: none;
}

.RadPanelbar_FvdW .group .text
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: #666666;
}

.RadPanelbar_FvdW .group .link
{
	background: none;
}


.RadPanelbar_FvdW .rootGroup .expanded
{
	background: white url('Img/SelectBg.gif') repeat-x;
}

.RadPanelbar_FvdW .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_FvdW .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_FvdW .rootGroup .selected .text
{
	/*font-weight: bold;*/
}

.RadPanelbar_FvdW .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_FvdW .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelbar_FvdW .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelbar_FvdW .rootGroup .disabled:hover,
.RadPanelbar_FvdW .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_FvdW .rootGroup .group .disabled:hover,
.RadPanelbar_FvdW .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

