.RadPanelBar_Custom .rpRootGroup
{
	border: none !important;
}
.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: #eff4f8;
    cursor:pointer;
    margin:0px;
    padding:0px;
    margin:0px 0px 0px 10px;
    width:234px !important;
    height:40px;
    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;
}

/* needed for content module category */
#SubNav .RadPanelBar_Custom .rpLink
{
	width: 244px !important;
	margin-left: 0px;
}
#SubNav .RadPanelBar_Custom .rpLink:hover
{
	background-color: #6683a0;
}

#SubNav .RadPanelBar_Custom .rpText
{
	padding-left: 35px;
    color: #808285;
	font-size: 12px;
}

#SubNav .RadPanelBar_Custom .rpLink:hover .rpText
{
    color:#fff;
}

.RadPanelBar_Custom .rpText:hover
{
}

.RadPanelBar_Custom .rpGroup .rpLink
{
	padding:5px 2px 5px 2px;
	margin:0px 0px 0px 0px;
    cursor:pointer;
    background: #eff4f8;
	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;
}
