/* Cultura */

/* panelbar wrapper */
.RadPanelbar_Dnn
{
	background: white;
	white-space: nowrap;
	width: 131px !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: 23px;
		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: white url('Img/SelectBg.gif') no-repeat;
	color:#fff;
		font-weight:400;

}

.RadPanelbar_Dnn .group .text
{
	padding-left: 20px;
	background: url('Img/ListItem.gif') no-repeat 10px center;
	font:11px Arial, Verdana, Sans-serif;

}

.RadPanelbar_Dnn .group .link
{
	color:#405924;
	background: url('Img/GroupBg.gif') repeat-y;
		font-weight:400;

}

.RadPanelbar_Dnn .group .link:hover
{
	color: #405924;
	background: url('Img/GroupBg.gif') repeat-y;
		font-weight:400;

}

.RadPanelbar_Dnn .rootGroup .selected
{
	background: white url('Img/SelectBg.gif') repeat-x;
		color:#fff;
			font-weight:400;


}

.RadPanelbar_Dnn .group .selected
{
	text-decoration: underline;
	font-weight: normal;
	background: url('Img/GroupBg.gif') repeat-y;
	color:#405924;
		font-weight:400;

}














