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

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

ol#toc a {
	background: url(../images/tab1.png) 100% 0;
	color: #EEEEEE;
	display: block;
	float: left;
	height: 2em;
	padding-right: 10px;
	text-decoration: none;
	font: 12px/2em Verdana, Arial, Helvetica, sans-serif;
}

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

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

div.content {
    border: #E3EADD solid 1px;
    clear: left;
    padding: 5px;
}

