/* CND */

/* panelbar wrapper */
.RadPanelbar_Dnn
{
	background: white;
	white-space: nowrap;
	width:153px !important;
	font-weight:400;
}

.RadPanelbar_Dnn .text
{
	padding: 0px 12px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-weight:500;
}

.RadPanelbar_Dnn .image
{
	margin: 4px 16px;
	font-weight:400;

}

.RadPanelbar_Dnn .rootGroup .text, .RadPanelbar_Dnn .rootGroup .selected .text
{
	line-height: 24px;
	font-weight:400;
}

.RadPanelbar_Dnn .rootGroup .link
{
	background: white url('Img/HeaderBg.gif') no-repeat;
	color:#000;
	font-weight:300;
}

.RadPanelbar_Dnn .rootGroup .link:hover
{
	background: #676F72 url('Img/SelectBg.gif') no-repeat;
	color:white;
	font-weight:400;

}

.RadPanelbar_Dnn .group .text
{
	padding-left: 20px;
	background: #545C5F url('Img/ListItem.gif') no-repeat 10px center;
	font:11px Arial, Verdana, Sans-serif;
	line-height: 24px;
}

.RadPanelbar_Dnn .group .link
{
	color: white;
	background:#676F72 url('Img/GroupBg.gif') repeat-y;
	font-weight:400;

}

.RadPanelbar_Dnn .group .link:hover
{
	color: white;
	background:#676F72 url('Img/GroupBg.gif') repeat-y;
	font-weight:bold;
}

.RadPanelbar_Dnn .rootGroup .selected
{
	background: white url('Img/SelectBg.gif') repeat-x;
	color:white;
	font-weight:400;


}

.RadPanelbar_Dnn .group .selected
{
	text-decoration: underline;
	background: #676F72 url('Img/GroupBg.gif') repeat-y;
	color: white;
	font-weight:bold;
	font-size:12px;
}











