.RadPanelBar_Custom .rpRootGroup
{
	border: none !important;
}
.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: none;
    cursor:pointer;
    margin:0px;
    padding:0px;
    margin:3px 0px 0px 0px;
    width:220px !important;
    height:40px;
    border: none !important;
    font-size:14px;
}

.RadPanelBar_Custom .rpItem
{
    width:220px !important;
}
.RadPanelBar_Custom.rpLink:hover
{
}

.RadPanelBar_Custom .rpLink .rpOut
{
	border-style: none !important;
}

.RadPanelBar_Custom .rpExpandable .rpText
{
	padding-top: 5px;
}

.RadPanelBar_Custom .rpText
{
    color:#7bbf3c;
    text-transform:none;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	display:inline-block;
	margin:0px;
}

.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:220px !important;
	height:45px;
	color:#939598;
	border-top:none;
    line-height:16px !important;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover
{
    background: url(Menu/inner_side_side_navi_back.png) repeat-x;
	width:220px !important;
	margin:0px 0px 0px 0px;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover .rpText
{
    color:#027c72;
}

.RadPanelBar_Custom .rpGroup .rpText
{
	padding:0px 0px 0px 20px;
	color: #58595b;
	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;
}
