div.content {
    border-top: #AF6D71 solid 3px;
    clear: left;
    padding: 1em;
}

div#sidebox {
	float: right;
	width: 240px;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	margin: 10px;
	color: #ffffff;
}

div#sidebox a {
	color: #ffffff;
}

div #sidebox ul#toc li  {
	border-bottom: 1px solid #ffffff;
    background: url(../images/tabs.gif);
    background-position: 0 0px;
	text-align: center;
	width: 240px;
}

div #sidebox ul#toc li span #rightspan {
    background: url(../images/tabs.gif);
    background-position: 0 0px;
	text-align: center;
	width: 220px;
}

ul#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

ul#toc a {
    background: url(../images/tabs.gif);
    display: block;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ul#toc a:hover {
    background-position: 0 -120px;
}

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

ul#toc li {
    float: left;
    margin: 0 1px 0 0;
	list-style: none;
	display: block;
}

ul#toc li.current a {
    background-color: #AF6D71;
    background-position: 0 -60px;
    color: #fff;
}

ul#toc li.current span {
    background-position: 100% -60px;
}

ul#toc span {
    background: url(../images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}