/* JFHILLEBRAND r.a.d.panelbar 4 JFHILLEBRAND skin */

/* panelbae wrapper */
.RadPanelbar_JFHILLEBRAND
{
	background: white;
	white-space: nowrap;
	width: 180px !important;
}

.RadPanelbar_JFHILLEBRAND .text
{
	color: #666;
	padding: 0px 20px;
	font: normal 11px Arial, Verdana, Sans-serif;
	line-height: 26px;
}

.RadPanelbar_JFHILLEBRAND .image
{
	margin: 4px 0px;
}


.RadPanelbar_JFHILLEBRAND .rootGroup .text
{
	background: white url('Img/TopItem.jpg') no-repeat;
}

.RadPanelbar_JFHILLEBRAND .group .text
{
	background: white url('Img/SubItem.jpg') no-repeat 8px center;
	padding: 0px 20px;
	margin-left: 15px;
	line-height: 15px;
}

.RadPanelbar_JFHILLEBRAND .rootGroup .selected .text,
.RadPanelbar_JFHILLEBRAND .rootGroup .expanded .text
{
	background: white url('Img/TopItemExpanded.jpg') no-repeat;
	color: #333;
	font-weight: bold;
}



.RadPanelbar_JFHILLEBRAND .level2 .link
{
	margin-left: 20px;
}

.RadPanelbar_JFHILLEBRAND .group .selected .text
{
	background: white url('Img/SubItem.jpg') no-repeat 8px center;
	font-weight: bold;
}

.RadPanelbar_JFHILLEBRAND .group .expanded .text
{
	background: white url('Img/SubItemExpanded.jpg') no-repeat 8px center;
	font-weight: normal;
}


.RadPanelbar_JFHILLEBRAND .rootGroup .disabled:hover,
.RadPanelbar_JFHILLEBRAND .rootGroup .disabled .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_JFHILLEBRAND .rootGroup .group .disabled:hover,
.RadPanelbar_JFHILLEBRAND .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_JFHILLEBRAND .rootGroup .level2 .disabled:hover
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
}
