
.RadPanelbar_LOSV
{
	background: white;
	margin: 0px;
	padding: 0px;
}

.RadPanelbar_LOSV .rootGroup
{
	margin: 0px;
	padding: 0px;
	border-bottom: 0;
}

.RadPanelbar_LOSV .text
{
	color: #333333;
	padding: 0px 0px 0px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.RadPanelbar_LOSV .image
{
	margin: 2px 0px;
}


.RadPanelbar_LOSV .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 0px 7px;
	line-height: 16px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px white;
}

.RadPanelbar_LOSV .rootGroup .link
{
	text-decoration: none;
	/*background: white url('Img/HeaderBg.gif') repeat-x;*/
}

.RadPanelbar_LOSV .group .text
{
	border-bottom: solid 1px #d7d7d7;
	border-top: 0;
	background: none;
	color: #666666;
}

.RadPanelbar_LOSV .group .link
{
	background: none;
}

.RadPanelbar_LOSV .rootGroup .expanded
{
	font-weight: bold;
	/*background: white url('Img/SelectBg.gif') repeat-x;*/
}

.RadPanelbar_LOSV .group .expanded
{
	background: none;
	border-bottom: 0px;
	color: #333;
	font-weight: bold;
}

.RadPanelbar_LOSV .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 0px 7px;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px white;
	font-weight: bold;
}

.RadPanelbar_LOSV .currentHeader .text
{
	font-weight: bold;
	color: #333;
}

.RadPanelbar_LOSV .group .selected .text
{
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #d7d7d7;
	border-top: 0;
	background: none;
	color: #333;
}

.RadPanelbar_LOSV .group .expanded .text
{
	border-top:0;
	color: #333;
	font-weight: bold;
	border-bottom: solid 1px #d7d7d7;
	background: none;
}

.RadPanelbar_LOSV .group .level2 .text
{
	padding-left: 20px;
	line-height: 16px;
}

.RadPanelbar_LOSV .group .level3 .text {
	padding-left: 32px;
	font-weight: bold;
	line-height: 16px;
}

.RadPanelbar_LOSV .rootGroup .disabled:hover,
.RadPanelbar_LOSV .rootGroup .disabled .text
{
	cursor: default;
}

.RadPanelbar_LOSV .rootGroup .group .disabled:hover,
.RadPanelbar_LOSV .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_LOSV .group .currentHeader {
	font-weight: bold;
	color: #333;
}