/* panelbar wrapper */
.RadPanelbar_Dnn
{
	background: transparent;
	white-space: nowrap;
	width: 220px !important;
}

.RadPanelbar_Dnn .text
{
	padding: 0;
	font-family: Arial,Verdana,Geneva,sans-serif;	
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	
}

.RadPanelbar_Dnn .image
{
	margin: 0;
}


.RadPanelbar_Dnn .rootGroup .text
{
	line-height: 24px;
}



.RadPanelbar_Dnn .rootGroup .link
{
	font-size: 12px;
	font-family: Arial,Verdana,Geneva,sans-serif;
	color: #021c4f;
	background: transparent;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	
}

.RadPanelbar_Dnn .rootGroup .link:hover, .RadPanelbar_Dnn .rootGroup .focused
{
font-size: 12px;
text-decoration: none;
color: #0084a9;
background: transparent;
line-height: 24px;
text-transform: uppercase;
font-weight: bold;
}

.RadPanelbar_Dnn .rootGroup .selectedpath {
text-decoration: none;
color: #ffffff !important;
line-height: 24px;
text-transform: uppercase;
font-weight: bold;
background-color: #0084a9;
font-size: 12px;
font-family: Arial,Verdana,Geneva,sans-serif;
}

.RadPanelbar_Dnn .rootGroup .selectedpath:hover {
text-decoration: none;
color: #bccfe0 !important;
line-height: 24px;
text-transform: uppercase;
font-weight: bold;
background-color: #0084a9;
font-size: 12px;
font-family: Arial,Verdana,Geneva,sans-serif;
}

.RadPanelbar_Dnn .group .text
{

	background: transparent;
	line-height: 22px;
	text-transform: none;
	text-decoration: none;
}

.RadPanelbar_Dnn .group .link
{
	color: #0084a9;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	
}

.RadPanelbar_Dnn .group .link:hover
{
	color: #025c43;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}



.RadPanelbar_Dnn .group .selectedpathgroup, .RadPanelbar_Dnn .group .selectedpathgroup:hover
{
	color: #021c4f !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	background-color: #c8cedf;
}








