.RadPanelBar_Custom .rpRootGroup
{
	border: none !important;
}
.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: #ebeced;
    cursor:pointer;
    margin:0px;
    padding:0px;
    margin:0px 0px 0px 10px;
    width:200px !important;
    height:40px;
    border: none !important;
}

.RadPanelBar_Custom .rpItem
{
    width:210px !important;
}
.RadPanelBar_Custom.rpLink:hover
{
}

.RadPanelBar_Custom .rpLink .rpOut
{
	border-style: none !important;
}

.RadPanelBar_Custom .rpExpandable .rpText
{
	padding-top: 5px;
}

.RadPanelBar_Custom .rpText
{
    color:#03376d;
    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: #e8f6d4;
	display:table; /* needed for vertical align */
	width:210px !important;
	height:45px;
	color:#03376d;
	border-top:solid 1px #03376d !important;
    line-height:16px !important;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover
{
    background: #82bd3d;
	width:210px !important;
	margin:0px 0px 0px 0px;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover .rpText
{
    color:#fff;
}

.RadPanelBar_Custom .rpGroup .rpText
{
	padding:0px 0px 0px 20px;
	color: #03376d;
	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;
}
