/* RadPanelBar Sequent skin */

.RadPanelbar_AFSWeb {
	width: 215px;
	}
	
.RadPanelbar_AFSWeb .rootGroup {
	width: 215px;
	padding: 0px;
	}

.RadPanelbar_AFSWeb .text {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 11px;
	}

/* 
.RadPanelbar_AFSWeb .image
{
	margin: 4px 0px;
}
*/

.RadPanelbar_AFSWeb .rootGroup .item
{
	padding: 15px 0 15px 0;
	border-bottom: dashed 1px #747B86;
	text-transform: uppercase;
}

.RadPanelbar_AFSWeb .rootGroup .last
{
	padding: 15px 0 2px 0;
	border-bottom: none;
}

.RadPanelbar_AFSWeb .rootGroup .link
{
	text-decoration: none;
	color: #747B86
}

.RadPanelbar_AFSWeb .rootGroup .link:hover
{
	text-decoration: none;
	color: #F9B008
}

.RadPanelbar_AFSWeb .group .text
{
	border: 0px;
	background: none;
	font-weight: normal;
	text-transform: none;
}

.RadPanelbar_AFSWeb .level1 .item {
	border-bottom: none;
	padding: 2px 0px 2px 0px;
	}

/*
.RadPanelbar_AFSWeb .group .link
{
	background: none;
	text-decoration: none

}

.RadPanelbar_AFSWeb .group .link:hover
{
	text-decoration: none;
	color: #F9B008
}

.RadPanelbar_AFSWeb .group .link .selected
{
	color: #F9B008
}
*/

.RadPanelbar_AFSWeb .rootGroup .selected
{
	color: #F9B008
}

.RadPanelbar_AFSWeb .group .selected, 
.RadPanelbar_AFSWeb .group .selected:hover
{
	background: none;
	color: #F9B008;
	border-bottom: 0px;
}

.RadPanelbar_AFSWeb .rootGroup .expanded .text
{
	/* background: url('Img/ExpandedBg.gif') no-repeat 98% center; */
	font-weight: bold;
	color: #F9B008
}

.RadPanelbar_AFSWeb .group .selected .text
{
	font-weight: normal !important;
	border: 0px;
	color: #F9B008;
}

.RadPanelbar_AFSWeb .group .expanded .text
{
	color: #747B86;
	font-weight: normal !important;
	text-decoration: underline !important
}

.RadPanelbar_AFSWeb .level1 .text
{
	line-height: 12px;
}

.RadPanelbar_AFSWeb .level1 .text .link
{
	border-bottom: 0px
}

/*
.RadPanelbar_AFSWeb .rootGroup .disabled:hover,
.RadPanelbar_AFSWeb .rootGroup .disabled .text
{
	color: #003471;
	cursor: default;
}

.RadPanelbar_AFSWeb .rootGroup .group .disabled:hover,
.RadPanelbar_AFSWeb .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #003471;
	cursor: default;
}
*/