/* Updated 6/5/2014 at 1:59pm */
/*----------------- LEFT NAVIGATION -----------------*/
.sectionTitle{
	font-family: "Times New Roman",Times,serif;
	font-size: 1.167em;
	font-weight: bold;
	margin-bottom: 11px;
	margin-left: 6px;
}

.sectionTitle a, .sectionTitle a:visited {
	text-decoration: none;
}

.sectionTitle a:hover {
	text-decoration: underline;
}

/*First Level Navigation*/
ul.leftNav {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

ul.leftNav a:link, ul.leftNav a:visited, ul.leftNav a:hover, ul.leftNav a:active {
	text-decoration: none;
}

ul.leftNav li {
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 0 0 7px 0;
	width: 241px;
}

ul.leftNav li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 7px 0 0 12px;
	width: 229px;
}

ul.leftNav li.on {
	background-repeat: no-repeat;
	background-position: 0 100%;
	width: 245px;
}

ul.leftNav li.on a {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 233px;
}

/*Second Level Navigation*/
ul.leftNav ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.leftNav ul li {
	background: none;
	font-weight: normal;
	padding: 0 !important;
}

ul.leftNav li.on ul li a {
	background-repeat: no-repeat;
	background-position: 13px 6px;
	display: block;
	line-height: 17px;
	margin: 1px 0;
	padding: 0 0 0 25px;
	width: 213px;
}

ul.leftNav li.on ul li a.on {
	background-repeat: no-repeat;
	background-position: 13px 5px;
	font-weight: bold;
}

ul.leftNav li.on ul li span {
	background-repeat: no-repeat;
	background-position: 13px 5px;
	display: block;
	font-weight: bold;
	line-height: 17px;
	margin: 1px 0;
	padding-left: 25px;
}

/*Third Level Navigation*/
ul.leftNav ul ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

ul.leftNav ul ul li {
	background: none;
	font-weight: normal;
	padding: 0 !important;
}

ul.leftNav li.on ul ul li a {
	background-repeat: no-repeat;
	background-position: 14px 6px;
	display: block;
	line-height: 17px;
	margin: 1px 0 1px 15px;
	padding-left: 25px;
	width: 198px;
}

ul.leftNav li.on ul ul li span {
	background-repeat: no-repeat;
	background-position: 14px 6px;
	display: block;
	font-weight: bold;
	line-height: 17px;
	margin: 1px 0 1px 15px;
	padding-left: 25px;
}
