.listNav {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}.ln-letters { overflow:hidden; }
.ln-letters a {
	font-size:1em;
	display:block;
	float:left;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8CC63F;
	border-right-color: #8CC63F;
	border-bottom-color: #8CC63F;
	border-left-color: #8CC63F;
	color: #372A03;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.ln-letters a.ln-last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8CC63F;
}
.ln-letters a:hover,
.ln-letters a.ln-selected {
	background-color:#FFDD00;
}
.ln-letters a.ln-disabled {
	color:#FCFDFE;
}
.ln-letter-count {
	text-align:center;
	font-size:1em;
	line-height:1;
	margin-bottom:3px;
	color:#D9E9F4;
	visibility: hidden;
}
#myList {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 30px;
}
#myList li {
	margin-bottom: 15px;
	line-height: 1.5;
}
#myList ul {
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}
#myList ul li {
	font-size: 15px;
	color: #36A002;
}

