#content ul li {
	padding: 0;
	background-image: none;
	float: left;
}
#content ul {
	display: block;
	overflow: hidden;
	margin-bottom: 1em;
}
#content ul li a {
	color: #5A99CF;
	font-weight: bold;
}
#content ul li a:hover {
	color: #cc0000;
}
#content h2 {
	visibility: hidden;
	position: absolute;
/*padding-left: 10px;
color: #DB324F;
font-size: 14px !important;
display: block;
padding-top: 10px;*/
}
a.selectedChapter {
  color: #DB324F !important;
  text-decoration: none;
  font-size: 120%;
  position: relative;
  top: -2px;
  cursor: text;
}
#content img {
	clear: both;
}
