.RadPanelbar_Left
{
	float:left;		
	position:relative;
	/*color: #003399;*/
	width:158px;	
	text-align:left;
	padding-bottom:15px;
	font-family:Tahoma;
	font-size:12px;
	color:#E37A4E;
	
}

.RadPanelbar_Left .rootGroup
{
	
	/*border: 1px solid #a7bac5;
	border-bottom-color: #8cabc0;*/
	
}

.RadPanelbar_Left .rootGroup .item
{    
	background-repeat:no-repeat;
	text-align:left;	
	/*background: transparent url( 'Img/bullet.png' );	
	background-repeat:no-repeat;*/
}

.RadPanelbar_Left .rootGroup .link
{
	/*background: transparent url( 'Img/item-left.gif' ) no-repeat top left;*/
	height: 21px;
	line-height: 21px;
	/*border-bottom: 1px solid #3c7fb1;*/	
	overflow: hidden;
	color:#E37A4E;	
	border-bottom:dotted 1px #EEA65A;
}
.RadPanelbar_Left .rootGroup .text
{
   /* border-bottom:dotted 1px #B35B33;*/
   padding:0px;
   margin:0px;
   background: transparent url( 'Img/bullet.gif' );	
	background-repeat:no-repeat;
    margin-left:10px;	
}

.RadPanelbar_Left .rootGroup .link:hover .text
{
	/*	color: #0060ef;
	color: darkblue;
	color: #29166F;	*/
	font-weight:bold;
		
}

.RadPanelbar_Left .group .link:hover .text
{
	font-weight: normal;
	color: #EEA65A;
}


.RadPanelbar_Left_rtl .rootGroup .text
{
	
	
}

.RadPanelbar_Left .group .item, .RadPanelbar_Left .group .link
{
	height: auto;
	border: 0;	
	background-image:none;
	/*background-color: #F2F8FF;*/
}

.RadPanelbar_Left .text
{
	
	margin-right: 7px;
	overflow-x: hidden;
}

.RadPanelbar_Left_rtl .text
{
	
	margin-right: 7px;
}

.RadPanelbar_Left .expandable .text
{
	/*background: transparent url("Img/arrow-expand.gif") no-repeat right 7px;*/
}

.RadPanelbar_Left .expanded .text
{
	/*	background: transparent url("Img/arrow-collapse.gif") no-repeat right 7px;*/
}

.RadPanelbar_Left .group .expanded .text
{
	background-image:none;
	background-position: right 5px;
}


.RadPanelbar_Left_rtl .group .expanded .text
{
	background-image:none;
	background-position: left 5px;
}

.RadPanelbar_Left .group
{	
	overflow-x: hidden;
	overflow-y: auto;
}

.RadPanelbar_Left .rootGroup .text
{
	font: normal 11px Tahoma, SegoeUI, Arial, sans-serif;
	line-height: 14px;
	/*color: #003399;
	font-weight: bold;*/
	padding: 3px 0px 0 0px;
}

.RadPanelbar_Left .group .text
{
	/*background: transparent url("Img/redpoint.gif") no-repeat left 8px;*/
	font-weight: normal;
	font-size: 11px;	
	color: #EEA65A;
	background-image:none;

}

.RadPanelbar_Left_rtl .rootGroup .text
{
	padding: 2px 0 3px 0px;
	
}

.RadPanelbar_Left .group .link
{
	margin-right: 2px;	
	display: block;
	width: auto;
}
.RadPanelbar_Left .group .text
{
	margin-left: 15px;
	width:128px;	
	border-bottom:none;	
	display: block;
	line-height:18px;
}

.RadPanelbar_Left_rtl .group .link
{
	text-indent: 3px;
}

.RadPanelbar_Left .level1 .link
{
	margin-left: 0;
}

.RadPanelbar_Left .level2 .link
{
	margin-left: 10px;
}

.RadPanelbar_Left .level3 .link
{
	margin-left: 20px;
}

.RadPanelbar_Left_rtl .level1 .link
{
	margin-right: 0;
	margin-left: 0;
}

.RadPanelbar_Left_rtl .level2 .link
{
	margin-right: 10px;
	margin-left: 0;
}

.RadPanelbar_Left_rtl .level3 .link
{
	margin-right: 20px;
	margin-left: 0;
}

.RadPanelbar_Left_rtl .group .link
{
	margin-left: 2px;
}

.RadPanelbar_Left .group .text
{
	margin-right: 0;
}

.RadPanelbar_Left .group .link:hover
{
	/*background: transparent url( "Img/subitem-hover.gif" ) no-repeat 2px top;*/	
	color: #EEA65A;
}

.RadPanelbar_Left .group .link:hover .text
{
    text-decoration:underline;
	/*color: #29166F;background: transparent url( "Img/subitem-hover.gif" ) no-repeat top right;*/
}



/* these should be checked */

.RadPanelbar_Left .rootGroup .selected .text
{
	font-weight:bold;
	background-image:url("Img/bulletv.jpg");
	background-repeat:no-repeat;
	background-position:left;
	
}

.RadPanelbar_Left .group .selected .text
{
	background-image:none;
	font-weight:bold;
	
}

.RadPanelbar_Left .disabled .text
{
	cursor: default;
	color: #bbb;
}

.RadPanelbar_Left .rootGroup .disabled:hover
{
	cursor: default;
	text-decoration: none;
}

.RadPanelbar_Left .rootGroup .disabled:hover .text
{
	/*color: #bbb;*/
}

.RadPanelbar_Left .group .disabled:hover
{
	border-bottom: 0;
	cursor: default;
	text-decoration: none;
	background: none;
}

.RadPanelbar_Left .group .disabled:hover .text
{
	background: none;
}

.RadPanelbar_Left .group .last
{
	zoom: 1;
}
.RadPanelbar_Left .rootGroup .last .link
{
    border-bottom:none;
}