/* r.a.d.panelbar PBG skin */

.RadPanelbar_PBG
{
	background: White;
	white-space: nowrap;
}

.RadPanelbar_PBG .rootGroup .item 
{
	list-style-type: disc;
	margin-left: 25px;
	color: #FF6600;
}

.RadPanelbar_PBG .rootGroup .text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

.RadPanelbar_PBG .level1 .item 
{
	list-style-type: circle;
	margin-left: 25px;
	color: #FF6600;
}

.RadPanelbar_PBG .level1 .text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
}

.RadPanelbar_PBG .rootGroup .expanded .text,
.RadPanelbar_PBG .level1 .selected .text
{
	color: #406B8C;
	text-decoration: none;
	font-weight: bold;
}

.RadPanelbar_PBG .rootGroup .link:hover .text,
.RadPanelbar_PBG .level1 .link:hover .text
{
	color: #406B8C;
	text-decoration: underline;
}