﻿/* --------------------------- LEFT NAVIGATION */
.left_container {
	float: left;
	width: 230px;
	clear:both;
}
#left_navigation {
	text-align: left;
	background: #EAEFEB;
	margin: 2px 0 4px 0;
}
#left_navigation a {
	text-decoration: none;
}
#left_navigation h2 a {
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	padding: .63em 10px;
	color: #636363;
	border-bottom: 1px solid #92A4A8;
	background: #DBE5E8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf1f3', endColorstr='#cad8dd'); /* for IE9 */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ecf1f3), to(#cad8dd));
	background: -moz-linear-gradient(#ecf1f3, #cad8dd);
	background: linear-gradient(#ecf1f3, #cad8dd);
}
#left_navigation h2 a:hover {
	color: #000;
	background: #DBE5E8;
}
ul.level-3 li {
	list-style-type: none;
}
ul.level-3 li a {
	display: block;
	width: 210px;
	font-size: 12.5px;
	padding: 10px;
	border-bottom: 1px dotted #83989c;
}
* html ul.level-3 li a {
	font-size: 13px;
	width: 230px;
}
ul.level-3 li a:hover {
	font-weight: normal;
	color: #FFF;
	background: #D99020 url('../images/nav_li_bg.gif') repeat-x 50% top;
	border-bottom: 1px solid #FFF;
}
ul.level-3 li.active {
	font-size: 12.5px;
	font-weight: bold;
	color: #000;
	background: #F5F7F5;
	border-bottom: 1px dotted #83989C;
}
ul.level-3 li.active a {
	padding: 10px 10px 5px 10px;
	border-bottom: none;
}
ul.level-3 li.active a:hover {
	font-weight: bold;
	color: #D78913;
	background: none;
}
ul.level-3 li.active a:hover {
	border-bottom: none;
}
ul.level-4 {
	padding: 0 10px 10px 15px;
}
ul.level-3 li ul.level-4 li a {
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: none;
	background: url('../images/nav_bullet_arrow.gif') no-repeat 0 10px;
	padding: 4px 0 0 10px;
}
ul.level-3 li ul.level-4 li a:hover {
	font-weight: normal;
	color: #D78913;
	background: url('../images/nav_bullet_arrow.gif') no-repeat 0 -140px;
	border-bottom: none;
}
ul.level-3 ul.level-4 li.active {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: url('../images/nav_bullet_arrow.gif') no-repeat 0 -67px;
	padding: 3px 0 0 10px;
}
ul.level-3 ul.level-4 li.deeper a {
	font-weight: bold;
	background: url('../images/nav_icon_deeper.gif') no-repeat right 8px;
	padding: 4px 8px 0 10px;
}
ul.level-3 ul.level-4 li.deeper a:hover {
	font-weight: bold;
	background: url('../images/nav_icon_deeper.gif') no-repeat right -32px;
	border-bottom: none;
}
