/*
// --------------------------------------------------------------------------------------------------------------------
// Customized Navigation style
// --------------------------------------------------------------------------------------------------------------------
*/
/* left navigation */
#leftnav_SectionNav {
	width: 173px;
	float: left;
	padding-left: 6px;
}
#leftnav_SectionNav #leftNavWrapper{
	float: left;
}
#leftnav_SectionNav .header {
	background: #099;
	padding: 4px 4px 4px 8px;
	margin: 0px 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 14px;
	width: 157px;
	text-transform: uppercase;	
}
#leftnav_SectionNav ul {
	background: #fff;
	width: 169px;
	margin: 0px 0px 14px 0px;
}
#leftnav_SectionNav li {
	font-size: 11px;
	line-height: 14px;
	color: #333;
	padding: 0px 4px 5px 16px;
	background: url(../images/arrow_right_blue.gif) 0 3px no-repeat;
}
#leftnav_SectionNav li.divider {
	font-size: 1px;
	line-height: 1px;	
	padding: 0px 0px 0px 0px;
	height: 1px;
}
#leftnav_SectionNav li a {
	color: #006699;
	text-decoration: none;
}
#leftnav_SectionNav li a:hover {
	color: #006699;
	text-decoration: none;
}
#leftnav_SectionNav li strong {
	color: #006699;
}

