@media screen 
{
    .RadPanelBar_Custom {
		background: #fff;
		line-height: 21px;
		
	}
	.RadPanelBar {
		direction:rtl;
		text-align:right;
		
	}
	.RadPanelBar_Custom {
		direction:rtl;
		text-align:right;		
	}
	.RadPanelBar_Custom .rpText 
	{	    
	    padding:0;
	    padding-left:0px;	    
		font: menu;
		font-weight: normal;		
		}
	.RadPanelBar_Custom .rpTemplate {
		padding: 0 26px;
		font: menu;
		font-weight: normal;		
	}
	/*link in first level*/
	.RadPanelBar_Custom .rpLink {
		color: #555;	
		border-color:#EDEDED;	
	}
	/*link in first level onmouseover*/
	.RadPanelBar_Custom .rpLink:hover {
		color: #555;
		background-color: #ffffff;
	}
	.RadPanelBar_Custom .rpImage {		
	}
	.RadPanelBar_Custom .rpRootGroup .rpText {		
		font-weight: normal;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	.RadPanelBar_Custom .rpRootGroup .rpItem {		
		line-height:18px;		
	}
	.RadPanelBar_Custom .rpRootGroup .rpFirst {
		border-top: 0;
	}
	.RadPanelBar_Custom .rpGroup .rpLink {
		font-weight: normal;
		line-height: 18px;
	}
	/*place image for second level here*/
	.RadPanelBar_Custom .rpLevel1 .rpText {
		width:158px;		
		background: transparent;
		padding: 0 2px;
		color: #555;
		font-weight:normal;
		line-height:18px;
	}
	.RadPanelBar_Custom .rpLevel1 .rpTemplate {
		border: 0;
		background: transparent;
		padding: 0 8px;
	}
	.RadPanelBar_Custom .rpLevel2 .rpText {
		padding: 0 8px;
		line-height:18px;
	}
	.RadPanelBar_Custom .rpLevel2 .rpTemplate {
		padding: 0 8px;
	}
	.RadPanelBar_Custom .rpLevel3 .rpText {
		padding: 0 16px;
	}
	.RadPanelBar_Custom .rpLevel3 .rpTemplate {
		padding: 0 16px;
	}
	.RadPanelBar_Custom .rpGroup .rpItem {
		border: 0;
		line-height:18px;
	}
	.RadPanelBar_Custom .rpGroup .rpLast {
		border-bottom: 0;
	}
	.RadPanelBar_Custom .rpGroup .rpSelected .rpText {
		background: transparent;
		color:#cc0000;
	}
	
	.RadPanelBar_Custom .rpGroup .rpLink 
	{
	    font-weight:normal;
		color: #555;
		background-color: transparent;		
		line-height:21px;
	}
	/*link in second level on mouseover*/
	.RadPanelBar_Custom .rpGroup .rpLink:hover 
	{
	    font-weight:normal;
		color: #555;
		background: #transparent;
	}
	/*background in second level on mouseover*/
	.RadPanelBar_Custom .rpGroup .rpExpandable:hover .rpText {
		background: #f8f8f8;
	}
	.RadPanelBar_Custom .rpRootGroup .rpDisabled:hover {
		color: #fff;
		cursor: default;
	}
	.RadPanelBar_Custom .rpRootGroup .rpDisabled .rpText {		
		color: #fff;
		cursor: default;
	}
	.RadPanelBar_Custom .rpRootGroup .rpGroup .rpDisabled:hover {
		text-decoration: none;
		background: none;
		color: #fff;
		cursor: default;
	}
	.RadPanelBar_Custom .rpRootGroup .rpGroup .rpDisabled .rpText {
		text-decoration: none;
		background: none;
		color: #fff;
		cursor: default;
	}
.RadPanelBar_Custom .rpRootGroup{border-width:0px!important;border:none!important;}
.RadPanelBar_Custom .rpLink {padding-right:10px;}
.RadPanelBar_Custom .rpSlide{padding-right:10px;}
.RadPanelBar_rtl .rpLevel2 .rpTemplate, .RadPanelBar_rtl .rpLevel2 .rpOut{padding-right:0px!important;}
.RadPanelBar_Custom .rpExpandable{background: transparent url(Panelbar/2open.gif) no-repeat 100% 0; }

	a {font-size:11px;}
	.RadPanelBar .rpOut{border-bottom:none!important;padding-bottom:0px!important;}
}

