/* Custom RadPanelBar 4 Custom skin */

/* panelbar wrapper */
.RadPanelbar_Custom
{
	width: 160px !important;
}

.RadPanelbar_Custom .text
{
	color: #666;
	padding: 0px 5px;
	line-height: 23px;
}

.RadPanelbar_Custom .image
{
	margin: 4px 0px;
}

.RadPanelbar_Custom .rootGroup {

}

.RadPanelbar_Custom .rootGroup .text,
.RadPanelbar_Custom .rootGroup .selected .text,
.RadPanelbar_Custom .rootGroup .expanded .text
{
	background: #dcd4bd;
	color: #7f3357;
	font-weight: bold;
}

.RadPanelbar_Custom .group {
	border-top: 1px solid #fff;
	padding: 5px 5px;
	width: 150px !important;	
}

.RadPanelbar_Custom .group .text
{
	background: transparent;
	padding: 0px 20px;
	color: black;
	line-height: 24px;
}

.RadPanelbar_Custom .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	background: none;
	color: black;
}

.RadPanelbar_Custom .level2 .link
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
	margin-left: 20px;
}

.RadPanelbar_Custom .group .expanded .text,
.RadPanelbar_Custom .group .selected .text
{
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

.RadPanelbar_Custom .rootGroup .disabled:hover,
.RadPanelbar_Custom .rootGroup .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Custom .rootGroup .group .disabled:hover,
.RadPanelbar_Custom .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Custom .rootGroup .level2 .disabled:hover
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
}
