.leftNavSection {
	background-color: #2A2B2E;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftNav {
	width: 170px;
	height: 380px;
	}
#navlist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}

#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: #005177;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	padding-left: 10px;
	}
#navlist .open {
	background-image: url(../_images/arrowBullet_open.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navlist .close {
	background-image: url(../_images/arrowBullet_close.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftNav a:hover {
	text-decoration: none;
	background-color: #F3F3F3;
	}
#leftNav ul ul li {
	margin: 0px;
	padding: 0px;
	}
#leftNav ul ul a {
	display: block;
	color: #6699CC;
	text-decoration: none;
	background-image: none;
	padding-left: 20px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 5px;
	font-style: italic;
	}
#leftNav ul ul a:hover {
	color: #005177;
	background-color: #FFFFFF;
	}

