/* Default RadPanelbar 4 DNN skin */

/* panelbar wrapper */
.RadPanelbar_Dnn
{
	white-space: normal;
	width: 100% !important;
	padding-left:5px;
}

.RadPanelbar_Dnn .text
{
	padding: 8px 10px 4px 20px;
}

.RadPanelbar_Dnn .image
{
	margin: 4px 16px;
}

.RadPanelbar_Dnn .rootGroup .text, 
.RadPanelbar_Dnn .rootGroup .selected .text
{
	border-bottom: 1px solid #D59F0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.RadPanelbar_Dnn .rootGroup .link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

.RadPanelbar_Dnn .rootGroup .link:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	
}

.RadPanelbar_Dnn .rootGroup .item
{
	background-image: none;
}

/*--- Indents the sub nav. ---*/
.RadPanelbar_Dnn .group
{
	margin-left:15px;
}

.RadPanelbar_Dnn .group .text
{
	padding-left: 15px; /*--- Indents the main and all sub-menus by the specified number of pixels ---*/
	padding-right:20px; /*--- Ensures the text wraps before getting too close to the right edge of the menu ---*/
	border-bottom: 1px solid #D59F0E;
	font-weight: normal;
	
	width:144px; /*--- To prevent the second level vertical menu items from hanging over the navigation section ---*/
}

.RadPanelbar_Dnn .group .link
{
	color: #736704;
	font-weight: normal;
}

.RadPanelbar_Dnn .group .link:hover
{
	color: #492b09;
	font-weight: normal;
	text-decoration:underline;
}

.RadPanelbar_Dnn .group .item
{
	
}

.RadPanelbar_Dnn .rootGroup .selected
{

}

/*--- Underline the currently selected sub page ---*/
.RadPanelbar_Dnn .group .selected .text
{
	text-decoration:underline;
	padding-right:20px; /*--- Ensures the text wraps before getting too close to the right edge of the menu for selected menu items ---*/
}



/*--- The next two styles HAVE to be in this order to work properly? ---*/
.RadPanelbar_Dnn .expandable .text
{
	background-image:url(img/nav_arrow-collapsed.gif);
	background-repeat:no-repeat;
	background-position:left;	
	padding-top: 3px;
}

.RadPanelbar_Dnn .expanded .text
{
	background-image:url(Img/nav_arrow-expanded.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:underline;
	padding-top: 3px;
}

.RadPanelbar_Dnn .group .level2 .text
{
	border-bottom: 1px solid #D59F0E;
	white-space:normal;
	
	width: 129px; /*--- To prevent the second level vertical menu items from hanging over the navigation section ---*/
}

.RadPanelbar_Dnn .group .level3 .text
{
	border-bottom: 1px solid #D59F0E;
	white-space:normal;
	
	width: 114px; /*--- To prevent the second level vertical menu items from hanging over the navigation section ---*/
}

/*--- Overrides a RadPanel Style to ensure all the dividing border lines stretch to the far right edge of the left hand menu ---*/
.RadPanelbar_Dnn .slide
{
	width:100% !important;
}