@charset "utf-8";
/* CSS Document */

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
	padding:0;
}

ol#toc li {
    background: #bdf url(images/tab1.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
	line-height: 2em;
}

ol#toc a {
    background: url(images/tab1.png) 100% 0;
    color: #fff;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #48f;
    background-position: 0 -45px;
}

ol#toc li.current a {
    background-position: 100% -45px;
    color: #000;
    font-weight: bold;
}

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