/* Default r.a.d.panelbar 4 DNN skin */

/* panelbar wrapper */
.RadPanelbar_Dnn
{
	background: #0D7F68;
	white-space: nowrap;
	width: 170px !important;
	padding:6px 0 !important;
	padding:10px;
}

.RadPanelbar_Dnn .text
{
}

.RadPanelbar_Dnn .image
{
	width:16px;
	height:16px;
	line-height:30px;
	margin: 7px 4px 0px 12px;
}

.RadPanelbar_Dnn .rootGroup .text, .RadPanelbar_Dnn .rootGroup .selected .text
{
	font-family:Arial;
	margin-left:10px;
}

.RadPanelbar_Dnn .rootGroup .link
{
	/*background: url(img/HeaderBg.gif) no-repeat center;*/
	background: url(img/HeaderBg.gif) repeat-x;
	margin: 0 auto;
	width:148px;
	line-height:24px;
	font-size:11px;
	color:#000;
}

.RadPanelbar_Dnn .rootGroup .link:hover
{
	/*background: url(img/SelectBg.gif) no-repeat center;*/
	background: url(img/SelectBg.gif) repeat-x center;
	text-decoration:none;
	font-size:11px;
	color:#000;
	font-weight:bold;
}

.RadPanelbar_Dnn .group .text
{
	font-family:Arial;
	
	line-height:25px;
	padding-left: 3px;
	font-size:10px;
}

.RadPanelbar_Dnn .group .link
{
	margin-left:15px;
	color:#FFF;
	background: url(img/listitem.gif) left no-repeat;
}

.RadPanelbar_Dnn .group .link:hover
{
	color: #9DDAEC;
	background: url(img/listitemselect.gif) left no-repeat;
}

.RadPanelbar_Dnn .rootGroup .selected
{
	background: url(img/SelectBg.gif) repeat-x center;
	text-decoration:none;
	font-size:11px;
	color:#000;
	font-weight:bold;
}

.RadPanelbar_Dnn .group .selected
{
	color: #9DDAEC;
	background: url(img/listitemselect.gif) left no-repeat;
}

.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;
}

