/* r.a.d.panelbar Web 2.0 skin */

.RadPanelbar_Web20
{
	 background-color:Transparent;
	white-space: nowrap;
	border: solid 1px #6788be;
	border-bottom: 0px;
}

.RadPanelbar_Web20 .text
{
	color: white;
	padding-left: 14px;
	font: bold 14px Arial, Verdana, Sans-serif;
}

.RadPanelbar_Web20 .image
{
	margin: 4px 0px;
}

.RadPanelbar_Web20 .rootGroup .text
{

	line-height: 28px;
	border-bottom: solid 1px #6788be;
	border-top: solid 1px #cfd8e4;
}

.RadPanelbar_Web20 .rootGroup .link
{

}

.RadPanelbar_Web20 .group .text
{
	border: 0px;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.RadPanelbar_Web20 .group .link
{
	background: none;
	border-bottom: solid 1px #f0f2f3;
}

.RadPanelbar_Web20 .group .link:hover
{
	background: #e7f1ff;
	border-bottom: solid 1px #d8dde0;
}

.RadPanelbar_Web20 .group .link .selected
{
	/**/
}

.RadPanelbar_Web20 .rootGroup .selected
{
	background: ##95b6e0 url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_Web20 .group .selected, .RadPanelbar_Web20 .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Web20 .rootGroup .expanded .text
{
	font-weight: bold;
}

.RadPanelbar_Web20 .group .selected .text
{
	font-weight: normal;
	border: 0px;
	border-bottom: solid 1px #accb2d;
	background: #dcfc5c;
	color: #333;
}

.RadPanelbar_Web20 .group .expanded .text
{
	color: #000;
}

.RadPanelbar_Web20 .level2 .text
{
	padding-left: 36px;
	line-height: 28px;
}

.RadPanelbar_Web20 .disabled .text
{
	color: #ccc;
	cursor: default;
}