.RadPanelBar_Custom
{
    background: url(Menu/subnavi_middle.png) repeat-y;
}

.RadPanelBar_Custom .rpLink
{
    border-top:none;
    background: #1774a4 url(Menu/subnavi_top.png) no-repeat;
    cursor:pointer;
    margin:0px;
    padding:0px;
    width:197px !important;
    height:24px;
}

.RadPanelBar_Custom.rpLink:hover
{
}

.RadPanelBar_Custom .rpText
{
    color:#fff;
    text-transform:uppercase;
	font-size: 13px;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	padding-top:5px;
}

.RadPanelBar_Custom .rpText:hover
{
}

.RadPanelBar_Custom .rpGroup .rpLink
{
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 1px;
    cursor:pointer;
    background: url(Menu/inner_sidenavi_off.gif) no-repeat;
    background-position: 10px 8px;
    /*border-top:1px solid #bec1d4;*/
	display:inline-block;
	width:197px !important;
	color:#3a547d;
}

.RadPanelBar_Custom .rpGroup .rpLink:hover
{
    background: #efefef url(Menu/inner_sidenavi_on.gif) no-repeat;
    background-position: 10px 8px;
	width:195px !important;
	margin:0px 0px 0px 1px;
}


.RadPanelBar_Custom .rpGroup .rpText
{
	margin:3px 7px 0px 30px;
	color: #3a547d;
	font-size: 13px;
	font-weight:bold;
	vertical-align: middle;
	text-transform:none;
	padding-top:0px;
}

.RadPanelBar_Custom .rpGroup .rpText:hover
{
    color:#f57b20;
}