
.RadPanelbar_Airlec
{
    width: 280px;
    background-color: #898989;
}

.RadPanelbar_Airlec .text
{
	color: #fff;
	text-align: right;
	padding-right: 18px;
	border-bottom: 1px solid white;
	line-height: 24px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #666464;
}

.RadPanelbar_Airlec .link
{
	text-decoration: none;
}

.RadPanelbar_Airlec .expandable
{
    background: url('img/plus.gif') no-repeat right;

	
}

.RadPanelbar_Airlec .level1 .expandable
{
    background: url('img/plus_level1.gif') no-repeat right;
    background-color:#bbbaba;
	
}


.RadPanelbar_Airlec .expanded .text,
.RadPanelbar_Airlec .selected .text
{
	color: #fff;
}

.RadPanelbar_Airlec .expanded
{
    background: url('img/minus.gif') no-repeat right;
	
}



.RadPanelbar_Airlec .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Airlec .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_Airlec .group .expanded .text
{
	border-top:0;
	color: #000;
	border-bottom: solid 1px #f5f5f5;
	background: none;
}

.RadPanelbar_Airlec .level1
{
    background-color: #e1e1e1;
}


.RadPanelbar_Airlec .level1 .text
{
    color: #000;
}

.RadPanelbar_Airlec .level1 .selected .text
{
    color: Black;
    text-decoration: none;
}


.RadPanelbar_Airlec .level1 .selected
{
  
   background-color:#bbbaba;
	
}


