ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Frutiger, Verdana, sans-serif;
}

ol#toc li {
    background: #bdf url(images/tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(images/tab.png) 100% 0;
    color: #008;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #9400D3;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    /*font-weight: bold;*/
}

div.content {
	border: #9400D3 solid 3px;
	clear: left;
	padding: 1em;
	width: 904px;
}
.highlight {
	color: #9400D3;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}