@charset "utf-8";
/* CSS Document */






ol#toc {
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: #bdf url(/img/tab.png);
    float: left;
    margin: 0 4px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(/img/tab.png) 100% 0;
    color: #000000;
    display: block;
    float: left;
    height: 30px;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    /*background-position: 100% -120px;*/
	color: #ffffff
	
}


ol#toc li.current {
    background-color: #ffffff;
    background-position: 0 -60px;
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #ffffff;
    font-weight: bold;
}


