.RadPanelBar_LeftMenu .rpLink {
width:auto !important;
}

.RadPanelBar_LeftMenu .rpOut {
border-style:none !important;
}

.RadPanelBar_LeftMenu .item34 {
background-color: #586625 !important;
}

.RadPanelBar_LeftMenu .item34 {
color: white !important;
}

.RadPanelBar_LeftMenu .item34:hover, .RadPanelBar_LeftMenu a.rpSelected {
color: #9f805a !important;
}

.RadPanelBar_LeftMenu .rpRootGroup {
border-style:none !important;
}

.RadPanelBar_LeftMenu li a {
	border-bottom:1px solid #dee1d4;
padding:5px 0;
	color:#566423;
	font-weight:bold;
}

	.RadPanelBar_LeftMenu li a:hover, .RadPanelBar_LeftMenu li a.rpSelected {
	color:#9f805a;
		border-bottom:1px solid #d8e2e8;

	}
	

		.RadPanelBar_LeftMenu li a.rpExpandable {
		background: url('images/right.gif') 110px center no-repeat;
		}
		
		.RadPanelBar_LeftMenu li a.rpExpandable.rpFocused {
		color:#566423;
		}
		
		.RadPanelBar_LeftMenu li a.rpExpanded.rpFocused, .RadPanelBar_LeftMenu li a.rpExpandable.rpExpanded {
		background: url('images/bottom.gif') 110px center no-repeat;
		color:#9f805a;
		}
		

.RadPanelBar_LeftMenu li li a {
background:#fff;
border-bottom:0;
padding:6px 10px 6px 15px;
}

.RadPanelBar_LeftMenu li li a:hover, .RadPanelBar_LeftMenu li li a.rpSelected {
border-bottom:0;
}

			.RadPanelBar_LeftMenu li li a.rpExpandable {
			background:#DBFCFF url('images/right.gif') no-repeat 110px center;
			}
			
			.RadPanelBar_LeftMenu li li a.rpExpanded {
			background:#DBFCFF url('images/bottom.gif') 110px center no-repeat;
			}

			

