ol#toc {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(../img/basic_tab.png);
    color: #008;
    display: block;
    float: left;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
	font-size: 12px;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -125px;
}

ol#toc a:hover span {
    background-position: 100% -125px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -63px;
    color: #000;
    font-weight: bold;
}

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

ol#toc span {
    background: url(../img/basic_tab.png) 100% 0;
    display: block;
    line-height: 30px;
    padding-right: 10px;
}

div.content1 {
	border: #CCCCCC solid 2px;
	clear: left;
	padding: 1em;
	background-color: #EEEEEE;
}
.tabbtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	color: #336699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}