ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
    color: #000000;
}

ol#toc li {
	background: #ffffff url('/images/graytabbg.jpg');
	float: left;
	padding-left: 5px; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0
}

ol#toc a {
	background: url('/images/graytabbg.jpg') 100% 0;
	color: #008;
	display: block;
	float: left;
	line-height: 2em;
	outline: none;
	padding-right: 10px;
	text-decoration: none
}

ol#toc li.current {
	background-color: #ffffff;
	background-position: 0 -60px;

}

ol#toc li.current a {
	background-position: 100% -80px;
	color: #ffffff;
	font-weight: bold;
}

div.content {
	border: #83CAFE solid 1px;
	clear: left;
	padding: 0em;
}