@charset "utf-8";
/* CSS Document */
div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}
/*all li*/
ol#toc {
	height: 3em;
	list-style: none;
	margin: 0 15px 0 15px;
	padding: 0 0px 0px 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	/*font-size:80%;*/
}

ol#toc a {
	background: #000 url(../images/tabs.gif);
	color: #000;
	display: block;
	float: left;
	height: 3em;
	padding-left: 10px;
	text-decoration: none;
	font-weight: 900;	

}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -68px;
}

ol#toc a:hover span {
    background-position: 100% -68px;
}

/*space between the tabs is margin 5px*/
ol#toc li {
    float: left;
    margin: 0 5px 0 0;
}

ol#toc li.current a {
    background-color: #000;
    background-position: 0 -34px;
    color: #000;

}

ol#toc li.current span {
    background-position: 100% -34px;
}
/*how wide tabs are currently dictated by text in the tab*/
ol#toc span {

    background: url(../images/tabs.gif) 100% 0;
    display: block;
    line-height: 3em;
    padding-right: 10px;
}