.RadPanelBar_Simple { background: #fff; width:226px !important; margin-bottom:20px; }

.RadPanelBar_Simple ul.rpRootGroup
{
	/*outer border*/
	border-left: #b3c1cf 1px solid ; 
	border-right: #b3c1cf 1px solid ;
	border-bottom: 0px !important;
	border-bottom-width: 0px !important;
	border-top: 0px !important;
	padding: 0;
	
}

.RadPanelBar .rpOut { border-bottom-color: white;}

.RadPanelBar_Simple .rpGroup .rpText{ line-height:1.5em; height:18px; vertical-align:middle; padding: 6px 0 6px 0; border-left: solid 8px #dbe1e7 !important;}
.RadPanelBar_Simple ul.rpLevel2 .rpText{line-height:1.5em; height:18px; padding: 0 0 0 10px; border-left: solid 16px #dbe1e7 !important;}

.RadPanelBar_Simple .rpLink {
	/*main item underline*/
	border-bottom: 1px solid #b3c1cf !important; overflow-x: hidden; line-height:1em; background-position:inherit !important;}



.RadPanelBar_Simple .rpLink:hover {
	/*main item underline:hover*/
	border-bottom-color: #b3c1cf; background-color: #e2e2e2; }

.RadPanelBar_Simple .rpText {
	/*right of main list*/
	margin-right: 10px;	overflow-x: hidden; }

.RadPanelBar_Simple .rpExpandable .rpText {
	background: transparent url('panelbar/arrow-rt-red.png') no-repeat; background-position: right center !important ;  }

.RadPanelBar_Simple .rpExpanded .rpText {
	background: transparent url('panelbar/arrow-dn-red.png') no-repeat; background-position: right center !important ;  }

.RadPanelBar_Simple .rpGroup .rpExpanded .rpText,
.RadPanelBar_Simple .rpGroup .rpExpandable .rpText {
	/*background-position: right 0px;*/
	margin-right: 10px; background-position: right center; }

.RadPanelBar_Simple .rpGroup .rpLink,
.RadPanelBar_Simple .rpGroup .rpLast .rpLink {
	border-bottom-color: #b3c1cf; }

.RadPanelBar_Simple .rpLevel1 .rpLink .rpFirst {
	/*doesn't seem to change anything*/
	border-top: 4px solid red; }

.RadPanelBar_Simple .rpLevel1 .rpLink .rpItem .rpFirst {
	border-top: 2px solid red; }

.RadPanelBar .rpLevel1, .RadPanelBar .rpLevel2, .RadPanelBar .rpLevel3 {
	border-bottom:0px solid #b3c1cf !important; }

.RadPanelBar .rpLevel2 .rpTemplate, .RadPanelBar .rpLevel2 .rpOut {
    padding-left:0px !important;
}

.RadPanelBar .rpRootGroup .rpLast .rpLink {border-bottom: none 0px;}

.RadPanelBar_Simple .rpRootGroup .rpLink,
.RadPanelBar_Simple .rpRootGroup .rpTemplate {
    /*main font color*/
	font: normal 12px Arial, Verdana, Sans-serif; font-size: 12px; color: #476274; }

.RadPanelBar_Simple .rpRootGroup .rpText {
	/*main items*/
	padding: 6px 7px 6px 3px; }

.RadPanelBar_Simple .rpGroup .rpLink,
.RadPanelBar_Simple .rpGroup .rpTemplate{
	font-size: 11px;}

.RadPanelBar_Simple .rpGroup .rpText{
	padding: 1px 7px 0 0;}

.RadPanelBar_Simple .rpLevel1 .rpText{
	padding-left: 10px;}

.RadPanelBar_Simple .rpLevel2 .rpText{
	padding-left: 0px;}

.RadPanelBar_Simple .rpLevel3 .rpText{
	padding-left: 30px;}

/* these should be checked */
.RadPanelBar_Simple .rpSelected .rpText{
	font-weight: bold;}

.RadPanelBar_Simple .rpDisabled .rpText{
	cursor: default;
	color: #bbb;}

.RadPanelBar_Simple .rpRootGroup .rpDisabled:hover{
	border-bottom-color: #bfbfbf;
	cursor: default;
	text-decoration: none;}

.RadPanelBar_Simple .rpGroup .rpDisabled:hover{
	border-bottom: 1px solid #626262 !important;
	cursor: default;
	text-decoration: none;}
