/* telerik r.a.d.panelbar 4 Telerik skin */

/* panelbae wrapper */
.RadPanelbar_Telerik
{
	background: white;
	white-space: nowrap;
	overflow:hidden;
	width: 226px !important;
	border-right:1px solid #cccccc;
	font-size:13px;
	
	
}

.RadPanelbar_Telerik .text
{
	color: #666;
	padding: 0px 20px;
	font: normal 12px tahoma, Verdana, Sans-serif;
	line-height: 26px;
	
}

.RadPanelbar_Telerik .image
{
	margin: 4px 0px;
}


.RadPanelbar_Telerik .rootGroup .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	font-size:1em;
}
.RadPanelbar_Telerik .rootGroup a:hover .text
{
	background: url('Img/MainItemHover.gif') repeat-x;
	
}

.RadPanelbar_Telerik .group .text
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
	margin-left: 20px;
	color: black;
	line-height: 24px;
	border-left:1px solid #e7e8e8;
	font-size:1em;
	background-color:#F7FBFF;
}

.RadPanelbar_Telerik .rootGroup .selected .text,
.RadPanelbar_Telerik .rootGroup .expanded .text
{
	background: white url('Img/MainItemSelected.gif') repeat-x;
	color: #333;
	font-weight: bold;
}

.RadPanelbar_Telerik .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	background: none;
	color: black;
}
.RadPanelbar_Telerik .group a:hover .text
{
background: #F7FBFF url('Img/Bullet_on.gif') no-repeat 8px center;}

.RadPanelbar_Telerik .level2 .link
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
	margin-left: 20px;
}

.RadPanelbar_Telerik .group .expanded .text,
.RadPanelbar_Telerik .group .selected .text
{
	text-decoration: underline;
	background: none;
	font-weight: normal;
	background: #F7FBFF url('Img/Bullet_on.gif') no-repeat 8px center;
	
}