div.content {
	clear: left;
	padding: 0em;
	border: 1pt solid #cccccc;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
	color: #FFFFFF;
	display: block;
	float: left;
	height: em;
	padding-left: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/tabbackground.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

ol#toc a:hover {
    background-color: #FFFFFF;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
	background-color: #FFFFFF;
	background-position: 0 -60px;
	color: #000000;
	font-weight: lighter;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
	display: block;
	line-height: 2em;
	padding-right: 10px;
	background-image: url(../images/tabbackground.jpg);
	background-position: 100% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
