/* ----- LEFT NAVIGATION ELEMENTS ----- */

#leftNav {
	float: left;
	width: 199px;
	background-image: url(/images/core/leftnav_bg.gif);
	background-repeat: no-repeat;
}

#leftNav a, #leftNav a:link, #leftNav a:active, #leftNav a:visited {
	color: #121862;
	text-decoration: none;
}

#leftNav a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#leftNav ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
}

#leftNav ul li {
	padding: 8px 0 5px 29px;
	color: #121862;
	font-size: 1.1em;
	background-image: url(/images/corporate/leftnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

#leftNav .level1 .navNorm {
	padding: 0 15px 0 0;
	background-image: url(/images/core/leftnav_divider.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0;
}

#leftNav .level1 .navCurrent {
	padding: 0 15px 0 0;
	font-weight: bold;
	background-image: url(/images/core/leftnav_divider_roll.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0;
}

#leftNav .level1 .navCurrent a:hover {
	color: #121862;
	text-decoration: none;
}

#leftNav .level1 .navParent {
	padding: 0 15px 0 0;
	font-weight: bold;
	background-image: url(../images/core/leftnav_divider_roll.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0;
}

#leftNav .level1 .navParent a:hover {
	color: #58595b;
	text-decoration: none;
}

#leftNav ul li ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
}

#leftNav ul li ul li {
	padding: 8px 0 5px 29px;
	color: #121862;
	font-size: 0.9em;
	background-image: url(/images/core/bullets/small_bullet.gif);
	background-repeat: no-repeat;
	background-position: 17px 14px;
}

#leftNav ul li .level2 .navNorm {
	margin-left: -15px;
	padding: 0 15px 0 0;
	font-weight: normal;
	background-image: none;
}

#leftNav ul li .level2 .navNorm a:hover {
	color: #999999;
	text-decoration: underline;
}

#leftNav ul li .level2 .navCurrent {
	margin-left: -15px;
	padding: 0 15px 0 0;
	font-weight: bold;
	background-image: none;
}

#leftNav ul li .level2 .navCurrent a:hover {
	color: #121862;
	text-decoration: none;
}

#leftNavCollage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	background-image: url(/images/corporate/leftnav_collage.jpg);
	background-repeat: no-repeat;
}
