.lbox .RadPanelBar_QuantumSecure
{
	width: 100px;
	_margin-top: 0;
}
* + html .lbox .RadPanelBar_QuantumSecure
{
	margin-top: 0;
}
.RadPanelBar_QuantumSecure
{
	margin: 1em auto 0;
	white-space: wrap; /* for wraping */
	overflow: hidden;
}
.RadPanelBar_QuantumSecure *
{
	/*testing*/
}

.RadPanelBar_QuantumSecure .rpText
{
	color: #333333;
	padding: 0 0 0 26px;
	font: normal 11px arial,sans-serif;
}

.RadPanelBar_QuantumSecure .image
{
	margin: 4px 0px;
}

.RadPanelBar_QuantumSecure .rpGroup
{
	border-bottom: 1px solid #e3e3e3;
}


.RadPanelBar_QuantumSecure .rpRootGroup .rpText
{
	/*Main CSS for nonselected tanel or tab font-weight: bold;*/
	background: url( '../images/headerArrow.gif' ) no-repeat 11px center;
	line-height: 22px;
	border-bottom: solid 1px #e3e3e3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.RadPanelBar_QuantumSecure .rpRootGroup .rpLink
{
	/*background: white url('../images/HeaderBg.gif') repeat-x;*/
	border-bottom: solid 1px #f5f5f5;
}

.RadPanelBar_QuantumSecure .rpGroup .rpText
{
	border: 0;
	background: none;
	color: #333;
}

.RadPanelBar_QuantumSecure .rpGroup .rpLink
{
	background: none;
}
.rpLink:hover
{
	background: #f3f3f3; /* work on hover */
}


.RadPanelBar_QuantumSecure .rpRootGroup .rpExpanded
{
	/*background:white url('../images/SelectBg.gif') repeat-x;*/
	border-bottom: 2px solid #fff;
}

.RadPanelBar_QuantumSecure .rpGroup .rpExpanded
{
	background: none;
}

.RadPanelBar_QuantumSecure .rpRootGroup .rpExpanded .rpText
{
	background: url( '../images/HeaderArrowExpanded.gif' ) no-repeat 11px center;
	border: 0;
}

.RadPanelBar_QuantumSecure .rpRootGroup .rpSelected .rpText
{
	/*Main CSS for selected tanel or tab font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dfdede;
	line-height: 22px;
	border-bottom: 0;
	margin-bottom: 1px;
	width: 225px;
	font-weight: bold;
}

.RadPanelBar_QuantumSecure .rpRootGroup .rpSelected
{
	border-bottom: solid 1px #e3e3e3;
}

.RadPanelBar_QuantumSecure .rpGroup .rpSelected .rpText
{
	text-decoration: underline;
	border: 0;
	background: none;
}

.RadPanelBar_QuantumSecure .rpGroup .rpExpanded .rpText
{
	border-top: 0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelBar_QuantumSecure .rpRootGroup .rpGroup .rpSelected
{
	border: 0;
}

