/* RadPanelBar NSGP skin */



  .RadPanelbar_NSGP
{
	
	white-space: nowrap;
}

.RadPanelbar_NSGP .rootGroup
{
	
	border-bottom: 0px;
}

.RadPanelbar_NSGP .text
{
	color: white;
	padding-left: 16px;
	font: bold 14px Arial, Verdana, Sans-serif;
}

.RadPanelbar_NSGP .image
{
	margin: 4px 0px;
}

.RadPanelbar_NSGP .rootGroup .text
{
	/*background: url('Img/navbar_bnOff.gif') repeat-x;*/
	
	line-height: 30px;
	border-bottom: none;
	border-top: none;
}

.RadPanelbar_NSGP .rootGroup .link
{
	background: transparent url('Img/navbar_bnOff.gif') repeat-x;
	
}

.RadPanelbar_NSGP .rootGroup .link:hover
{
	background: transparent url('/RadControls/Panelbar/Skins/NSGP/Img/navbar_bnOn.gif') repeat-x;
}

.RadPanelbar_NSGP .group .text
{
	border: 0px;
	background: transparent;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

.RadPanelbar_NSGP .group .link
{
	
	border-bottom: none;
}

.RadPanelbar_NSGP .group .link:hover
{
	background: transparent;
	border-bottom: 0px;
	background: #95b6e0 url('Img/navbar_bnOn.gif') repeat-x;
}

.RadPanelbar_NSGP .group .link .selected
{
	
}

.RadPanelbar_NSGP .rootGroup .selected
{
	background: #95b6e0 url('Img/navbar_bnOn.gif') repeat-x;
}

.RadPanelbar_NSGP .group .selected, 
.RadPanelbar_NSGP .group .selected:hover
{

	border-bottom: 0px;
	background: transparent url('Img/navbar_bnOn.gif') repeat-x;

}

.RadPanelbar_NSGP .rootGroup .expanded .text
{
	background: transparent url('Img/navbar_bnOn.gif') repeat-x;
	font-weight: bold;
}

.RadPanelbar_NSGP .group .selected .text
{
	font-weight: normal !important;
	border: 0px;
	border-bottom: solid 1px #accb2d;
}

.RadPanelbar_NSGP .group .expanded .text
{
	color: #000;
	background: transparent;
	font-weight: normal !important;
	text-decoration: underline !important
}

.RadPanelbar_NSGP .level2 .text
{
	padding-left: 36px;
	line-height: 28px;
}


.RadPanelbar_NSGP .rootGroup .disabled:hover,
.RadPanelbar_NSGP .rootGroup .disabled .text
{
	background: transparent url('Img/navbar_bnOn.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_NSGP .rootGroup .group .disabled:hover,
.RadPanelbar_NSGP .rootGroup .group .disabled .text
{
	text-decoration: none;
	border-bottom: solid 1px #f0f2f3;
	background: transparent url('/RadControls/Panelbar/Skins/NSGP/Img/navbar_bnOn.gif') repeat-x;
	color: #ccc;
	cursor: default;
}
 