/* RadPanelBar Living Legends Inc skin */

.RadPanelbar_LivingLegends {
	background: url('Img/background.gif') repeat-y;
	width: 187px;
	white-space: nowrap;
	}

.RadPanelbar_LivingLegends .rootGroup {
	width: 165px;
	padding: 0px 10px 0px 10px
	}

.RadPanelbar_LivingLegends .text {
	color: #003471;
	padding-left: 10px;
	font: 14px Georgia, Times, Serif;
	text-transform: uppercase;
	letter-spacing: 1px
	}

.RadPanelbar_LivingLegends .image
{
	margin: 4px 0px;
}

.RadPanelbar_LivingLegends .rootGroup .item
{
	padding: 6px 0 6px 0;
	border-bottom: solid 1px #cccc99;
}

.RadPanelbar_LivingLegends .rootGroup .last
{
	padding: 6px 0 6px 0;
	border-bottom: none;
}

.RadPanelbar_LivingLegends .rootGroup .link
{
	/* none */
}

.RadPanelbar_LivingLegends .group .text
{
	border: 0px;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

.RadPanelbar_LivingLegends .level1 .item {
	border-bottom: none;
	
	}

.RadPanelbar_LivingLegends .group .link
{
	background: none;

}

.RadPanelbar_LivingLegends .group .link:hover
{
	/* none */
}

.RadPanelbar_LivingLegends .group .link .selected
{
	/* none */
}

.RadPanelbar_LivingLegends .rootGroup .selected
{
	/* none */
}

.RadPanelbar_LivingLegends .group .selected, 
.RadPanelbar_LivingLegends .group .selected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelbar_LivingLegends .rootGroup .expanded .text
{
	background: url('Img/ExpandedBg.gif') no-repeat 98% center;
	font-weight: bold;
}

.RadPanelbar_LivingLegends .group .selected .text
{
	font-weight: normal !important;
	border: 0px;
	color: #333;
}

.RadPanelbar_LivingLegends .group .expanded .text
{
	color: #003471;
	font-weight: normal !important;
	text-decoration: underline !important
}

.RadPanelbar_LivingLegends .level1 .text
{
	padding-left: 25px;
	line-height: 18px;
	text-transform: capitalize;
	background: transparent;
}

.RadPanelbar_LivingLegends .level1 .text .link
{
	border-bottom: 0px
}

/*
.RadPanelbar_LivingLegends .rootGroup .disabled:hover,
.RadPanelbar_LivingLegends .rootGroup .disabled .text
{
	color: #003471;
	cursor: default;
}

.RadPanelbar_LivingLegends .rootGroup .group .disabled:hover,
.RadPanelbar_LivingLegends .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #003471;
	cursor: default;
}
*/