/* Default r.a.d.panelbar 4 DNN skin */

/* panelbar wrapper */
.RadPanelbar_Dnn
{
	background: #BCBFAC;
	white-space: nowrap;
	width: 191px !important;
}

.RadPanelbar_Dnn .text
{
	color:#535221;
	font-weight:bold;
}

.RadPanelbar_Dnn .image
{
	width:32px;
	height:32px;
	margin: 10px 9px 0px 12px;
}

.RadPanelbar_Dnn .rootGroup .text, .RadPanelbar_Dnn .rootGroup .selected .text
{
	font-family:Arial;
}

.RadPanelbar_Dnn .rootGroup .link
{
	background: url(/Portals/0/images/botton_menu1.gif) no-repeat center;
	line-height:50px;
	font-size:12px;

}

.RadPanelbar_Dnn .rootGroup .link:hover
{
	background: url(/Portals/0/images/botton_menu1.gif) no-repeat center;
	text-decoration:none;
	font-size:12px;
}

.RadPanelbar_Dnn .group .text
{
	font-family:Arial;
	color: #6C6D6C;
	line-height:20px;
	padding-left: 20px;
	font-size:11px;
}

.RadPanelbar_Dnn .group .link
{
	margin-left:20px;
	background: url(/Portals/0/images/li_unselected.gif) left no-repeat;
	color: #736704;
}

.RadPanelbar_Dnn .group .link:hover
{
	color: #535221;
	background: url(/Portals/0/images/li_selected.gif) left no-repeat;
}

.RadPanelbar_Dnn .rootGroup .selected
{	
}

.RadPanelbar_Dnn .group .selected
{
	background: url(/Portals/0/images/li_selected.gif) left no-repeat;
	color: #767673;
	font-weight: normal;
}

.RadPanelbar_Dnn .rootGroup .disabled:hover,
.RadPanelbar_Dnn .disabled .text
{
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Dnn .rootGroup .group .disabled:hover,
.RadPanelbar_Dnn .rootGroup .group .disabled .text
{
	text-decoration: none;
	color: #ccc;
	cursor: default;
}

