/******************** left navigation **************************/

#leftNav ul.nav_1 {
	position: relative;
	float: left;
	list-style: none;
	width: 188px;
	left: 6px;
	margin: 0px;
	padding: 0px;
}

#leftNav ul.nav_2 {
	position: relative;
	float: left;
	background: #D0DDE9;
	border-left: 1px solid #A3BFD2;
	border-right: 1px solid #A3BFD2;
	list-style: none;
	width: 186px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#leftNav ul.nav_3, #leftNav ul.nav_4, #leftNav ul.nav_5 {
	position: relative;
	float: left;
	width: 186px;
	list-style: none;
	border-top: 1px dotted #666;
	border-bottom: 3px solid #A3BFD2;
	margin: 0px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
}

#leftNav li {
	position: relative;
	float: left;
}

#leftNav li.navSpace {
	margin: 5px 0px 0px 0px;
}

#leftNav a, #leftNav a:link, #leftNav a:visited {
	display: block;
	width: 176px;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 2px 10px;
}

#leftNav a:hover {
	text-decoration: none;
}





#leftNav a.nav_1_1, #leftNav a.nav_1_1:link, #leftNav a.nav_1_1:visited {
	border: 1px solid #A3BFD2;
	color: #ffffff;
	background: #0084B0;
	font-weight: normal;
}

#leftNav a.nav_1_1:hover {
	border: 1px solid #D0DDE9;
}


#leftNav a.nav_2_1, #leftNav a.nav_2_1:link, #leftNav a.nav_2_1:visited {
	color: #666;
	font-size: 0.95em;
}

#leftNav a.nav_3_1, #leftNav a.nav_3_1:link, #leftNav a.nav_3_1:visited {
	color: #666;
	font-size: 0.9em;
	width: 171px;
	padding: 2px 0px 1px 15px;
}

#leftNav a.nav_4_1, #leftNav a.nav_4_1:link, #leftNav a.nav_4_1:visited {
	color: #666;
	font-size: 0.9em;
	width: 166px;
	padding: 2px 0px 1px 20px;
}

#leftNav a.nav_5_1, #leftNav a.nav_5_1:link, #leftNav a.nav_5_1:visited {
	color: #666;
	font-size: 0.9em;
	width: 161px;
	padding: 2px 0px 1px 25px;
}

#leftNav a.nav_2_1:hover, #leftNav a.nav_3_1:hover {
	color: #003881;
}


#leftNav a.sel, #leftNav a.sel:link, #leftNav a.sel:visited {
	color: #003881;
	font-weight: bold;
}



