
#chapterNav {
	/*position: absolute;
	top: 100px;
  	left: 0px;*/
	background-image: url(images/gfa_RH_chapter_nav_boxTall.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: left;
}

#chapterNav td {
	padding-left: 45px;
	height: 12px;
}

#chapterNav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F26762;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
	
#chapterNav a:hover {
	color: #0E7438;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#chapterNav #currentChapter a {
	color: #0E7438;
	}