.leftNav {
	margin-top: 64px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 16px;
	float: left;
	width: 240px;
}
.leftNav a{
	color: #8c8c8c;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/leftNavH1Back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	padding-bottom: 2px;
}
.leftNav ul {
	margin-left: 8px;
	margin-top: 8px;
}
.leftNav li {
	list-style-type: none;

}
.leftNav li a {
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	color: #276e29;
	background-position: left 1px;
	padding-left: 16px;
	padding-bottom: 0px;
}
.leftNav li a:visited {
	color: #276e29;
}
.leftNav li a:hover {
	color: #666666;
	text-decoration: underline;
}
.leftNav li a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

/*AES0100 Specific Selectors*/
.leftNav img {
	margin-top: 8px;
}

/*END AES0100 Specific Selectors*/