.RadPanelBar_LeftMenu .rpLink {
width:auto !important;
}


.RadPanelBar_LeftMenu li a {
background:#CEE5E8;
border-bottom:1px solid #FFFFFF;
padding:6px 15px;
color:#435A65;
}

	.RadPanelBar_LeftMenu li a:hover, .RadPanelBar_LeftMenu li a.rpSelected {
	color:#1c7acc;
	}

		.RadPanelBar_LeftMenu li a.rpExpandable {
		background:#CEE5E8 url('images/right.gif') 120px center no-repeat;
		}
		
		.RadPanelBar_LeftMenu li a.rpExpanded {
		background:#CEE5E8 url('images/bottom.gif') 120px center no-repeat;
		}
		

.RadPanelBar_LeftMenu li li a {
background:#fff;
border-bottom:0;
padding:6px 0 6px 30px;
color:#435A65;
}

			.RadPanelBar_LeftMenu li li a.rpExpandable {
			background:#DBFCFF url(images/right.gif) no-repeat 120px center;
			}
			
			.RadPanelBar_LeftMenu li li a.rpExpanded {
			background:#DBFCFF url('images/bottom.gif') 120px center no-repeat;
			}
.RadPanelBar_LeftMenu .rpOut {
border-style:none !important;
}

.RadPanelBar_LeftMenu .rpRootGroup {
border-style:none !important;
}

