.RadPanelbar_Skin
{
	background: white;
	white-space: nowrap;
	border-bottom: 0;
}

.RadPanelbar_Skin .text
{
	color: #2C6D95;
	font: normal 0.8em Verdana, Sans-serif;
	font-weight: bold;
	background: url('Img/arrow_bullet.jpg');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
	padding-bottom: 3px;
}

/* child menu items */
.RadPanelbar_Skin .group .text
{
	border-top: 0;
	background: none;
	color: #2C6D95;
	padding-left: 22px;
	font-weight:normal;
}

/* selected parent menu item */
.RadPanelbar_Skin .item .current
{
	color: #AB9855;
}

/* selected child menu item */
.RadPanelbar_Skin .group .item .current
{
	color: #AB9855;
}


/* Default r.a.d.panelbar 4 Default skin

.RadPanelbar_Skin
{
	background: white;
	white-space: nowrap;
	border: solid 1px #e5e5e5;
	border-bottom: 0;
}

.RadPanelbar_Skin .text
{
	color: #333333;
	padding: 0px 23px;
	font: normal 11px Arial, Verdana, Sans-serif;
}

.RadPanelbar_Skin .image
{
	margin: 4px 0px;
}


.RadPanelbar_Skin .rootGroup .text
{
	background: url('Img/headerArrow.gif') no-repeat 11px center;
	line-height: 18px;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_Skin .rootGroup .link
{
	background: white url('Img/HeaderBg.gif') repeat-x;
}

.RadPanelbar_Skin .group .text
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: #666666;
}

.RadPanelbar_Skin .group .link
{
	background: none;
}


.RadPanelbar_Skin .rootGroup .expanded
{
	background: white url('Img/SelectBg.gif') repeat-x;
}

.RadPanelbar_Skin .group .expanded
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_Skin .rootGroup .expanded .text
{
	background: url('Img/HeaderArrowExpanded.gif') no-repeat 11px center;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px white;
}

.RadPanelbar_Skin .rootGroup .selected .text
{
	font-weight: bold;
}

.RadPanelbar_Skin .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: none;
	color: black;
}

.RadPanelbar_Skin .group .expanded .text
{
	color: #000;
}

.RadPanelbar_Skin .level2 .text
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelbar_Skin .disabled .text
{
	color: #ccc;
	cursor: default;
}
*/