/* Default RadPanelbar 4 DNN skin */

/* panelbar wrapper */
.panelbar {
	}

.panelbar .rootGroup .link {
	font-family: Trebuchet MS !important ;
	background-color:#cf1044;
	padding: 6px 2px 7px 10px ;
	color: #ffffff ;
	font-weight: 700 ;
	font-size: 11px ;
	border-bottom: solid 1px #ffffff ;
	}

.panelbar .rootGroup .link:hover, .panelbar .rootGroup .expanded {
	color: #fff ;
	background-color:#a21e40;
	}

.panelbar .rootGroup .expanded {

	}

.panelbar .group .link {
	background-color: #ffffff ;
	color: #666 ;
	padding: 4px 2px 4px 15px ;
	margin-left: 10px ;
	margin-right: 10px ;
	font-size: 11px ;
	border-bottom: 1px dotted #999 ;
	background: url(arrow.gif) no-repeat 0px 8px ;
	}
.first .slide {
	display:block !important;
	}
.first .link {
	display:block !important;
	}
.first .group {
	display:block !important;
	}
.slide {
   border-bottom: solid 0px #999 ;
   padding:10px 0px 20px 0px;
} 

.panelbar .group .link:hover {
	color: #a21e40 ;
	padding: 4px 2px 4px 15px ;
	border-bottom: 1px dotted #999 ;
	margin-left:  10px ;
	margin-right: 10px ;
	background-color: transparent ;
	}

.panelbar .rootGroup .selected {
	}
	
.panelbar .rootGroup .expanded {
    border-bottom: none;
    }

.panelbar .link {
	width: auto ;
	}

.RadPanelbar_Dnn .text {
	}

.RadPanelbar_Dnn .image {
	}

.RadPanelbar_Dnn .rootGroup .text, .RadPanelbar_Dnn .rootGroup .selected .text {
	line-height: 23px;
	}

.RadPanelbar_Dnn .group .text {
	padding-left: 20px;
	background: url('Img/ListItem.gif') no-repeat 10px center;
	}

.RadPanelbar_Dnn .group .link {
	color: #736704;
	background: url('Img/GroupBg.gif') repeat-y;
	}

.RadPanelbar_Dnn .group .link:hover {
	color: #492b09;
	background: url('Img/GroupBg.gif') repeat-y;
	}

.RadPanelbar_Dnn .rootGroup .selected {
	background: white url('Img/SelectBg.gif') repeat-x;
	}

.RadPanelbar_Dnn .group .selected {
	text-decoration: underline;
	font-weight: normal;
	background: url('Img/GroupBg.gif') repeat-y;
	color: black;
	}
