/* START SKIN CSS */
/* 
Structure & Formatting 
*/
.RadPanelbar_CProperties2007
{
	width:215px;
}
.RadPanelbar_CProperties2007 .rootGroup
{
	padding: 1px 0px 0px; /* IE fix: IE doesn't like the zero top padding (it will default to about 20px) */
}
.RadPanelbar_CProperties2007 .rootGroup
{
}
.RadPanelbar_CProperties2007 .rootGroup li{
	border-top: 1px solid #09141D;
}

/*
All Levels
*/
.RadPanelbar_CProperties2007 .item{
	list-style: none;
	display: block;
	width: 215px;
}
.RadPanelbar_CProperties2007 .link
{
	height: 25px;
	width: 215px;
	display: block;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
	font-size: .95em;
	
	/*over-ride default styles*/
	outline-color: #000;
	outline-style: none;
	outline-width: 0px;
}
.RadPanelbar_CProperties2007 a{
	color:#FFFFFF;
}
.RadPanelbar_CProperties2007 a.selected,
.RadPanelbar_CProperties2007 a.subnavSelected {
	background:#630c00 none !important;
}
/*
Level 1 - Parent 
*/
.RadPanelbar_CProperties2007 ul .text{
	padding-left: 10px;
}
.RadPanelbar_CProperties2007 ul a{
	color:#FFF;
	background-color: #153B59;	
}
	.RadPanelbar_CProperties2007 ul a:link,
	.RadPanelbar_CProperties2007 ul a:visited{
		color:#FFF;
		background-color: #153B59;
	}
	.RadPanelbar_CProperties2007 ul a:hover,
	.RadPanelbar_CProperties2007 ul a:active{
		background: #0e2b42 url(img/leftNavGlowBg.jpg) no-repeat left top;
	}

/*
//
// Placing the BG image on the LI, then hiding the BG on rollover will fix IE flicker
// issues, but in order to make it work for the active items, we need classes on the 
// LI tag instead of the A tag.
//
.RadPanelbar_CProperties2007 ul li{
	background: #0e2b42 url(img/leftNavGlowBg.jpg) no-repeat left top;
}
.RadPanelbar_CProperties2007 ul a{
	color:#FFF;
	background-color: #153B59;	
}
	.RadPanelbar_CProperties2007 ul a:link,
	.RadPanelbar_CProperties2007 ul a:visited{
	}
	.RadPanelbar_CProperties2007 ul a:hover,
	.RadPanelbar_CProperties2007 ul a:active{
		background: none !important;
	}
*/
/*
Level 2 - Section 
*/
.RadPanelbar_CProperties2007 ul ul .text{
	padding-left: 20px;
}
.RadPanelbar_CProperties2007 ul ul a{
	color:#FFF;
	background-color: #0e2b42;
}
	.RadPanelbar_CProperties2007 ul ul a:link,
	.RadPanelbar_CProperties2007 ul ul a:visited{
		color:#FFF;
		background-color: #0e2b42;
	}
	.RadPanelbar_CProperties2007 ul ul a:hover,
	.RadPanelbar_CProperties2007 ul ul a:active{
		background: #0e2b42 url(img/leftNavGlowBg.jpg) no-repeat left top;
	}
	.RadPanelbar_CProperties2007 ul ul a.expandGroup:link,
	.RadPanelbar_CProperties2007 ul ul a.expandGroup:visited{
		background: #0e2b42 url(img/leftNavBlueArrowBg.gif) no-repeat left top !important;
	}
	.RadPanelbar_CProperties2007 ul ul a.expandGroup:hover,
	.RadPanelbar_CProperties2007 ul ul a.expandGroup:active{
		background: #0e2b42 url(img/leftNavGlowArrowBg.jpg) no-repeat left top !important;
	}
	
/*
Level 3 - Sub-Section 
*/
.RadPanelbar_CProperties2007 ul ul ul .text{
	padding-left: 30px;
}
.RadPanelbar_CProperties2007 ul ul ul a{
	color:#FFF;
	background-color: #0d1d2a;
}
	.RadPanelbar_CProperties2007 ul ul ul a:link,
	.RadPanelbar_CProperties2007 ul ul ul a:visited{
		color:#FFF;
		background-color: #0d1d2a;
	}
	.RadPanelbar_CProperties2007 ul ul ul a:hover,
	.RadPanelbar_CProperties2007 ul ul ul a:active{
		background-color: #0e2b42;
	}


