/* Dynamic Nav skin */

/* panelbar wrapper */
.RadPanelbar_AFSWeb
{
	/*white-space: nowrap;*/
	color: #fff;
	text-align: left;
	font-weight: bold
}

.RadPanelbar_AFSWeb .text
{
	
	padding: 4px
	
}

.RadPanelbar_AFSWeb .item {
	
	/* none */
	
	}

.RadPanelbar_AFSWeb .rootGroup .text
{
	margin: 5px
}

.RadPanelbar_AFSWeb .rootGroup  .link:hover .text
{
	/* none */
	color: #ffffff;
	display: block;
	background: url('Img/bg-selected.png')
}

.RadPanelbar_AFSWeb .group .text
{
	background: transparent;
}

.RadPanelbar_AFSWeb .link .text
{
	
	text-decoration: none;
}

.RadPanelbar_AFSWeb .link .expandable .text
{
	
	text-decoration: none;
	width: auto;
}

.RadPanelbar_AFSWeb .last .link
{
	outline: 0;
}

.RadPanelbar_AFSWeb .item .link:hover
{
	color: #ffffff;
	text-decoration: none
}

.RadPanelbar_AFSWeb .disabled {
	color: #fff;
	text-decoration: none;
	}

.RadPanelbar_AFSWeb .rootGroup .selected .text,
.RadPanelbar_AFSWeb .rootGroup .expanded .text
{
	color: #ffffff;
	font-weight: bold;
	background: url('Img/bg-selected.png')
}

.RadPanelbar_AFSWeb .rootGroup li .selected {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: block
}

.RadPanelbar_AFSWeb .group .selected .text
{
	font-weight: normal;
	background: none;
	
}

.RadPanelbar_AFSWeb .level2 .link
{
	color: #fff;
	
}

.RadPanelbar_AFSWeb .group .expanded .text,
.RadPanelbar_AFSWeb .group .selected .text
{
	background: none;
	font-weight: normal;
	
}

.RadPanelbar_AFSWeb .rootGroup .separator:hover,
.RadPanelbar_AFSWeb .rootGroup .separator .text
{
	/* background: white url('Img/MainItemNormal.png'); */
	cursor: default;
}

.RadPanelbar_AFSWeb .rootGroup .group .separator:hover,
.RadPanelbar_AFSWeb .rootGroup .group .separator .text
{
	text-decoration: none;
	background: none;
	
	cursor: default;
}

/*.RadPanelbar_AFSWeb .rootGroup .level2 .disabled:hover
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
}*/
