.lbox .RadPanelBar_QuantumSecure
{
	_margin-top:0;
}
*+html .lbox .RadPanelBar_Default{margin-top:0}
.RadPanelBar_QuantumSecure
{
	white-space: wrap; /* for wraping */
	overflow:hidden;
	width:180px;
}
.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 panel 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;
	width :180px;
	color:#1E398D;
}

.RadPanelBar_QuantumSecure .rpRootGroup .rpLink
{
	/*background: white url('../images/HeaderBg.gif') repeat-x;*/
	border-bottom: solid 1px #f5f5f5;
        width :206px;
}

.RadPanelBar_QuantumSecure .rpGroup .rpText
{
	border:0;
	background:none;
	color:#333;
}

.RadPanelBar_QuantumSecure .rpGroup .rpLink
{
	background: none;
}
.rpLink:hover
{
	background: #f3f3f3; /* work on hover */
	width :180px;
}


.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:180px;
    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;
}

