div.content {
	border: 0px;
	clear: left;
	padding: 1em;
	background-color: #FFFFFF;
	margin-top: 0px;
}

ol#toc {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #333333;	
	
}

ol#toc a {
	background: url(tabs.gif) 100% 0;
	color: #008;
	float: left;
	line-height: 20px;
	outline: none;
	padding-right: 10px;
	text-decoration: none;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -42px;
	height: 20px;
	
}

ol#toc li.current a {
	background-position: 100% -42px;
	color: #fff;
	font-weight: normal;	
	height: 20px;
}

ol#toc li {
	background: #bdf url(tabs.gif);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 10px;
	height: 20px;
}

