﻿/* telerik r.a.d.panelbar 4 customleftMenuSkin skin */

/* panelbae wrapper */
.RadPanelbar_customleftMenuSkin
{
	background: white;
	white-space: nowrap;
	width: 150px !important;
}

.RadPanelbar_customleftMenuSkin .text
{
	color: #666;
	padding: 2px 5px 0px 0px;
	font: normal 11px Arial, Verdana, Sans-serif;
	
}

.RadPanelbar_customleftMenuSkin .image
{
	margin: 4px 0px;
}


.RadPanelbar_customleftMenuSkin .rootGroup .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	font-size:12px;
	font-weight:bold;
}

.RadPanelbar_customleftMenuSkin .group .text
{
	background: transparent;
	padding: 0px 20px;
	color: black;
	font-size:11px;
	font-weight:normal;
}

.RadPanelbar_customleftMenuSkin .rootGroup .selected .text,
.RadPanelbar_customleftMenuSkin .rootGroup .expanded .text
{
	background: white url('Img/MainItemSelected.gif') repeat-x;
	color: #333;
	font-weight: bold;
}

.RadPanelbar_customleftMenuSkin .group .selected .text
{
	text-decoration: underline;
	font-weight: bold;
    background-color :Black ;
	color: #248649;
}

.RadPanelbar_customleftMenuSkin .group .text:hover
{
	text-decoration: underline;
	font-weight: normal;
    background-color:white;
	color: black;
	
}

.RadPanelbar_customleftMenuSkin .level2 .link
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
	margin-left: 20px;
}

.RadPanelbar_customleftMenuSkin .group .expanded .text,
.RadPanelbar_customleftMenuSkin .group .selected .text
{
	text-decoration: underline;
	background: none;
	font-weight: bold;
}