.RadPanelBar_Custom .rpRootGroup
{
	border: none !important;
	border-bottom: solid 1px #CCCCCC !important;
}
.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: #fff;
    cursor:pointer;
    margin:0px;
    padding:0px;
    margin:0px 0px 0px 10px;
    width:234px !important;
    height:25px;
    border: none !important;
}

.RadPanelBar_Custom .rpItem
{
    width:244px !important;
}
.RadPanelBar_Custom.rpLink:hover
{
}

.RadPanelBar_Custom .rpLink .rpOut
{
	border-style: none !important;
}

.RadPanelBar_Custom .rpExpandable .rpText
{
	padding-top: 5px;
}

.RadPanelBar_Custom .rpText
{
    color:#5376a7;
    text-transform:none;
	font-size: 16px;
	font-weight:bold;
	padding-top:5px;
	display:inline-block;
	margin:auto -10px;
}

.RadPanelBar_Custom .rpText:hover
{
}

.RadPanelBar_Custom .rpGroup .rpLink
{
	padding:5px 2px 5px 2px;
	margin:0px 0px 0px 0px;
    cursor:pointer;
    background: #fff;
	display:table; /* needed for vertical align */
	width:244px !important;
	height:45px;
	color:#3a547d;
	border-top:solid 1px #7095c8 !important;
    line-height:16px !important;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover
{
    background: #99bbde;
	width:244px !important;
	margin:0px 0px 0px 0px;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover .rpText
{
    color:#fff;
}

.RadPanelBar_Custom .rpGroup .rpText
{
	padding:0px 0px 0px 20px;
	color: #808285;
	font-size: 13px;
	font-weight:bold;
	vertical-align: middle; /* needed for vertical align */
	text-transform:none;
	padding-top:0px;
	display:table-cell; /* needed for vertical align */
}

.RadPanelBar_Custom .rpGroup .rpText:hover
{
    color:#fff;
}

.RadPanelBar_Custom {width: 240px !important;}
