/* r.a.d.panelbar ePol skin */

.RadPanelbar_ePol
{
	background: #358bc9;
	white-space: nowrap;
	border-top: solid 1px #90bbcf;
}

.RadPanelbar_ePol A:hover
{
	text-decoration: underline;
	color: #fff;
}

.RadPanelbar_ePol .text
{
	color: white;
	padding: 0px 8px;
	font: normal 10px Tahoma, Arial, Verdana, Sans-serif;
}

.RadPanelbar_ePol .image
{
	margin: 4px 3px;
	vertical-align: middle;
}

.RadPanelbar_ePol .rootGroup .text
{
	line-height: 32px;
	color: White;
	font-weight: bold;
	border-bottom: solid 1px #90bbcf;
}

.RadPanelbar_ePol .rootGroup .link
{
	background: #358bc9;
	padding-left: 0px;
}

.RadPanelbar_ePol .group .text
{
	font-weight: normal;
	font-size: 11px;
	background: none;
	color: white;
	margin-left: 24px;
	line-height: 20px;
	border-bottom: 0px;
}

.RadPanelbar_ePol .group
{
	background: #333;
	border-bottom: solid 1px #90bbcf;
}

.RadPanelbar_ePol .group .link
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_ePol .group .selected
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_ePol .rootGroup .expanded .text
{
	border-bottom: 0px;
	background: #333;
}

.RadPanelbar_ePol .group .selected .text
{
	font-weight: normal;
	background: url('Img/ArrowLeft.gif') no-repeat left center;
	color: white;
}

.RadPanelbar_ePol .group .expanded .text
{
	color: white;
}

.RadPanelbar_ePol .level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
}

.RadPanelbar_ePol .level2 .selected .text,
.RadPanelbar_ePol .level2 .expanded .text
{
	background: none;
	text-decoration: underline;
}

.RadPanelbar_ePol .rootGroup .disabled:hover,
.RadPanelbar_ePol .rootGroup .disabled .text
{
	background: #358bc9;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_ePol .rootGroup .group .disabled:hover,
.RadPanelbar_ePol .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

