.RadPanelbar_IWB
{
	background: white;
	white-space: nowrap;
}

.RadPanelbar_IWB .rootGroup
{
	border: solid 1px #e5e5e5;
	border-bottom: 0;
	border-right: 0;
}

.RadPanelbar_IWB .text
{
	color: #fff;
	padding: 0px 16px;
	font: normal 10px Verdana, Arial, Sans-serif;
}

.RadPanelbar_IWB .image
{
	margin: 4px 0px;
}


.RadPanelbar_IWB .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 5px center;
	line-height: 22px;
	border-bottom: solid 1px #999999;
	border-top: solid 1px white;
	font-weight: bold;
}

.RadPanelbar_IWB .rootGroup .link
{
	background-color: #999;
}

.RadPanelbar_IWB .group .text
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: #666666;
	font-weight: normal;
}

.RadPanelbar_IWB .group .link
{
	background: none;
}


.RadPanelbar_IWB .rootGroup .expanded
{
	background-color: #999;
}

.RadPanelbar_IWB .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_IWB .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 5px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_IWB .rootGroup .selected .text
{
	font-weight: bold;
}

.RadPanelbar_IWB .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
}

.RadPanelbar_IWB .group .expanded .text
{
	border-top:0;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelbar_IWB .level1 .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 10px center;
	padding-left: 22px;
	line-height: 22px;
}

.RadPanelbar_IWB .level1 .text
{
	background: url('Img/headerArrow.gif') no-repeat 10px center;
	padding-left: 22px;
	line-height: 22px;
}

.RadPanelbar_IWB .level1 .selected .text
{
	font-weight: bold;
}

.RadPanelbar_IWB .level2 .text
{
	background: url('Img/headerArrow.gif') no-repeat 15px center;
	padding-left: 27px;
	line-height: 22px;
}

.RadPanelbar_IWB .level2 .selected .text
{
	font-weight: bold;
}

.RadPanelbar_IWB .rootGroup .disabled:hover,
.RadPanelbar_IWB .rootGroup .disabled .text
{
	color: #ccc;
	cursor: IWB;
}

.RadPanelbar_IWB .rootGroup .group .disabled:hover,
.RadPanelbar_IWB .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: IWB;
}
