.RadPanelBar_Custom .rpRootGroup
{
	border: none !important;
}

.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    padding:0px 0px 0px 0px;
    margin:10px 0px 10px 20px;
    width:170px !important;
    height:30px;
    border: none;
    border-left:8px solid #92b4ce;
    border-bottom:1px solid #92b4ce;
}

.RadPanelBar_Custom .rpLink:hover
{
    border-left:8px solid #333333;
    border-bottom:1px solid #333333;
}

.RadPanelBar_Custom .rpText
{
    color:#92b4ce;
    text-transform:none;
	font: bold 14px Arial,sans-serif;
	padding-top:5px;
	display:inline-block;
	margin:6px 0px 0px 1px;
	width:170px !important;
    height:30px;
}

.RadPanelBar_Custom .rpText:hover
{
    color:#333333;
}

.RadPanelBar_Custom .rpGroup .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    padding:0px 0px 0px 0px;
    margin:10px 0px 0px 20px;
    width:170px !important;
    height:30px;
    border: none;
    border-left:8px solid #92b4ce;
    border-bottom:1px solid #92b4ce !important;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover
{
    border-left:8px solid #333333;
    border-bottom:1px solid #333333 !important;
}

.RadPanelBar_Custom .rpGroup .rpText
{
    color:#92b4ce;
    text-transform:none;
	font: bold 14px Arial,sans-serif;
	padding-top:5px;
	display:inline-block;
	margin:2px 0px 0px 1px;
	width:170px !important;
    height:30px;
}

.RadPanelBar_Custom .rpGroup .rpText:hover
{
    color:#333333;
}

.RadPanelBar_Custom .rpSelected,
.RadPanelBar_Custom .rpGroup .rpSelected,
.RadPanelBar_Custom .rpGroup .rpLevel2 .rpSelected 
{
    color:#333333;
    border-left:8px solid #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 .rpLevel2 .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    padding:0px 0px 1px 0px;
    margin:2px 0px 0px 15px;
    width:170px !important;
    height:20px;
    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;
}