ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
//    background-color: #666;
    background-image: url(../images/basic_tab.png);
    color: #fff;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
//    background-color: #a7a7a7;
    background-position: 0 -100px;
}

ol#toc a:hover span {
    background-position: 100% -100px;
}

ol#toc li.current a {
//    background-color: #e9e9e9;
    background-position: 0 -50px;
    color: #666;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -50px;
}

ol#toc span {
    background: url(../images/basic_tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #e9e9e9 solid 13px;
    clear: left;
    padding: 1em;
}

#viewall {
	border: solid 4px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 8px;
	background: #336699;
	color: #FFFFFF;
}
