div.tabcontent {
    background: url('../../images/tab_bg.gif') repeat-x top;
    border: #bababa solid 1px;
    clear: left;
    padding: 10px 20px 10px 20px;
    line-height: 1.8em;
}

div.tabcontent.inactive {
	display: none;
}

ol#toc {
    font-size: 8pt;
	height: 3em;
	left: -25px;
	list-style: none;
	margin: 0;
	min-width: 100%;
	overflow: hidden;
	padding: 0 60px 0 25px;
	position: relative;
	right: -63px;
	width: auto;
}

ol#toc a {
    background: url(../../images/tabs.gif);
    color: #444;
	display: block;
	float: left;
	height: 3em;
	padding-left: 7px;
	text-decoration: none;
        
}

ol#toc a:hover {
    background-color: #d8d8d8;
	background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: right;
	margin: 0 3px 0 0;
}

ol#toc li a.active {
    background-color: #f8f8f8;
	background-position: 0 -60px;
	color: #222;
	font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../../images/tabs.gif) 100% 0;
    cursor: pointer;
	display: block;
	float: right;
	line-height: 2em;
	padding: .75em 15px 0 8px;
}