#leftNav {
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	}
#leftNav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	}
#leftNav li {
	margin: 0px;
	padding: 0px;
	}
#leftNav a {
	display: block;
	color: #006699;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 142px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	padding-left: 8px;
	}
#navlist .open {
	background-image: url(/img/arrowBullet_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navlist .close {
	background-image: url(/img/arrowBullet_greyBack.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftNav a:hover {
	color: #006699;
	text-decoration: none;
	background-color: #F5F5ED;
	}
#leftNav ul ul li {
	margin-bottom: 5px;
	}
#leftNav ul ul a {
	display: block;
	color: #0099CC;
	text-decoration: none;
	background-image: none;
	padding-left: 15px;
	width: 135px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#leftNav ul ul a:hover {
	color: #00CCFF;
	background-color: #FFFFFF;
	}
