.RadPanelBar_Custom .rpRootGroup
{
	border: none !important;
}

.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 28px;
    width:221px !important;
    height:0px;
    border: none;
    border-bottom:1px solid #92b4ce;
    visibility: hidden;
}

.RadPanelBar_Custom .rpLink:hover
{
    /*border-bottom: 1px solid #333333;*/
}

.RadPanelBar_Custom .rpText
{
    color:#3794C3;
    text-transform:none;
	font: bold 14px Arial,sans-serif;
	padding-top:0px;
	display:inline-block;
	margin:0px 0px 0px 0px;
	width:0px !important;
    height:0px;
    visibility: hidden;
}

.RadPanelBar_Custom .rpText:hover
{
    color: #033C5A;
}

.RadPanelBar_Custom .rpGroup .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    padding:0px 0px 10px 0px;
    margin:10px 0px 0px 28px;
    width:221px !important;
    height: auto;
    border: none;
    border-bottom:1px solid #E5E5E5 !important;
    visibility: visible;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover
{
    /*border-bottom:1px solid #033C5A !important;*/
}

.RadPanelBar_Custom .rpGroup .rpText
{
    color:#2A8DBF;
    text-transform:none;
	font: bold 13px Arial,sans-serif;
	padding-top:5px;
	display:inline-block;
	margin:2px 0px 0px 1px;
	width:170px !important;
    height: auto;
    visibility:visible;
}

.RadPanelBar_Custom .rpGroup .rpText:hover
{
    color:#333333;
}

.RadPanelBar_Custom .rpSelected,
.RadPanelBar_Custom .rpGroup .rpSelected,
.RadPanelBar_Custom .rpGroup .rpLevel2 .rpSelected 
{
    color:#333333;
    /*border-bottom:1px solid #333333 !important;*/
}

.RadPanelBar_Custom .rpSelected .rpText,
.RadPanelBar_Custom .rpGroup .rpSelected .rpText, 
.RadPanelBar_Custom .rpGroup .rpLevel2 .rpSelected .rpText
{
    color:#333333;
}

.RadPanelBar_Custom .rpGroup .rpItem .rpExpanded .rpOut .rpText {color: #333333 !important;}



.RadPanelBar_Custom .rpGroup .rpLevel2 .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    padding:0px 0px 1px 0px;
    margin:2px 0px 0px 15px;
    width:240px !important;
    height:auto;
    border: none;
    border-left:none;
    border-bottom:none !important;
    border-top:none;
}

.RadPanelBar_Custom .rpGroup .rpLevel2 .rpLink:hover
{
    border-left:none;
    border-bottom:none !important;
}

.RadPanelBar_Custom .rpGroup .rpLevel2 .rpText
{
    color:#92b4ce;
    text-transform:none;
	font: bold 12px Arial,sans-serif;
	padding-top:5px;
	display:inline-block;
	margin:2px 0px 0px 1px;
	width:170px !important;
}

.RadPanelBar_Custom .rpGroup .rpLevel2 .rpText:hover
{
    color:#333333;
}