.RadPanelbar_DFWI
{
	background: transparent;
	white-space: nowrap;
	width:200px;
}

.RadPanelbar_DFWI .rootGroup
{
	border: solid 1px #e5e5e5;
	border-bottom: 0;
}

.RadPanelbar_DFWI .text
{
	color: #fff;
	padding: 0px 15px;
	font: normal 12px Century Gothic, Futura, sans-serif;
}

.RadPanelbar_DFWI .image
{
	margin: 4px 0px;
}


.RadPanelbar_DFWI .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 170px top;
	line-height: 18px;
	border-top: solid 1px white;
}

.RadPanelbar_DFWI .rootGroup .link
{
	background: transparent url('Img/HeaderBg.gif') repeat-x;
	height:30px;
	cursor:pointer;
}

.RadPanelbar_DFWI .group
{
	padding-bottom:10px;
}

.RadPanelbar_DFWI .group .text
{
	border-top: 0;
	background: none;
	color: #666666;
}

.RadPanelbar_DFWI .group .link
{
	background: none;
	height:20px;
	cursor:pointer;
}


.RadPanelbar_DFWI .rootGroup .expanded
{
	background: transparent url('Img/SelectBg.gif') repeat-x;
}

.RadPanelbar_DFWI .group .expanded
{
	background: none;
}

.RadPanelbar_DFWI .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 170px top;
}

.RadPanelbar_DFWI .rootGroup .selected .text
{
	font-weight: bold;
}

.RadPanelbar_DFWI .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_DFWI .group .expanded .text
{
	border-top:0;
	color: #000;
	background: none;
}

.RadPanelbar_DFWI .level2 .text
{
	padding-left: 30px;
	line-height: 14px;
	height:20px;
	font-size:11px;
}

.RadPanelbar_DFWI .rootGroup .disabled:hover,
.RadPanelbar_DFWI .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_DFWI .rootGroup .group .disabled:hover,
.RadPanelbar_DFWI .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}
