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

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



.tab-menu2 {
	height:665px;
	width:170px;
	margin-top:6px;
}


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

ol#toc2 li {
    background: #fff url(imgs/tab2.png);
    float: right;
    margin: 2px 1px 0 0;
    padding-left: 10px;
}

ol#toc2 a {
    background: url(imgs/tab2.png) 100% 0;
    color: #000;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc2 li.current {
    /*background-color: #48f; */
    background-position: 0 -60px;
}

ol#toc2 li.current a {
    background-position: 100% -60px;
    color: #fff;
}


