body#frontpage div.inactive {
	display: none;
}

body#frontpage ol#toc {
	font-size: 10pt;
	height: 2.5em;
	left: -25px;
	list-style: none;
	margin: 1em 0 0;
	min-width: 100%;
	overflow: hidden;
	padding: 0 60px 0 25px;
	position: relative;
	right: -85px;
	width: auto;
}

body#frontpage ol#toc span {
	background: #9b9b9b;
	color: #444;
	display: block;
	float: left;
	height: 2.4em;
	padding-left: 5px;
	text-decoration: none;

	display: block;
	float: left;
	line-height: 2em;
	padding: .5em 5px 0 5px;
}

body#frontpage ol#toc a:hover span {
	background-color: #d8d8d8;
	color: #666;
}

body#frontpage ol#toc span#highlight {
	background-color: #c00;
	color: #000;
	font-weight: bold;
	outline: #c00 solid 2px;
}

body#frontpage ol#toc span#inactive {
	background-color: #555;
	color: #000;
/*	outline: #c00 solid 2px;*/
}



body#frontpage ol#toc li {
	float: left;
	margin: 0 5px 0 0;
}

