div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

ol#toc {
    height: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
	font-weight:bold;
	font-size:12px;
}

ol#toc a {
    background: #bdf url(images/tabs.gif);
    color: #FFFFFF;
    display: block;
    float: left;
    height: 22px;
    padding-left: 10px;
    text-decoration: none;
	cursor:pointer
}


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

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

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

ol#toc li.current a {
    background-color: #3af;
    background-position: 0 -120px;
    color: #333333;
	z-index:10;
	position:relative;
	height: 23px;
}

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

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