#leftNav {
	text-align:left;
	margin:0;
	padding:0;
}
#leftNav h1 {
	font-family:Verdana, sans-serif;
	text-align:left;
	font-size:14px;
	color:#004590;
}

#leftNav ul {
	color:#003366;
	margin:0;
	padding:0;
	list-style-type: none;
}
#leftNav ul li {
	display: block;
	font-size:14px;
	padding: 0 0 0 3px;
	background-image:url(../images/interface/arrow_Gold.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
#leftNav ul li a {
	display: block;
	padding: 4px 0 4px 20px;
	color:#003366;
	text-decoration:none;
	border-bottom: 1px dashed #0052AA;
}

#leftNav ul li a:hover {
	display: block;
	color:#DFB710;
	text-decoration:none;
	background-image:url(../images/interface/arrow_Gold2.gif);
	background-repeat:no-repeat;
	background-position:-3px 5px;
}
#leftNav ul ul li {
	font-family:Arial, sans-serif;
	display: block;
	font-size:13px;
	padding: 0 0 0 20px;
	background-image:url(../images/interface/arrow_Gold.gif);
	background-repeat:no-repeat;
	background-position:15px 5px;
}
#leftNav ul ul li a {
	display: block;
	padding: 4px 0 4px 20px;
	color:#003366;
	text-decoration:none;
	
}

#leftNav ul ul li a:hover {
	display: block;
	padding:4px 0 4px 20px;
	color:#DFB710;
	text-decoration:none;
	background-image:url(../images/interface/arrow_Gold2.gif);
	background-repeat:no-repeat;
	background-position:-5px 5px;
}
#leftNav ul ul ul li {
	display: block;
	font-size:12px;
	padding-bottom:3px;
	padding-left:20px;
	margin-left:0;
	background-image:none;
}
#leftNav ul ul ul li a {
	display: block;
	padding-bottom:3px;
	padding-left:0px;
	margin-left:20px;
	color:#003366;
	text-decoration:none;
	background-image:none;
}

#leftNav ul ul ul li a:hover {
	display: block;
	padding-bottom:3px;
	padding-left:0px;
	color:#DFB710;
	text-decoration:none;
	background-image:none;
}



