ol#toc {
   	list-style: none;
    margin: 0;
    padding: 0;

}

ol#toc li {
   background: #E1E1E1 url(../images/tab.jpg) no-repeat; 
    float: left;
    margin: 0;

}

ol#toc a {
   background: url(../images/tab.jpg) no-repeat 100% 0; 
    color: #555555;
    display: block;
    float: left;
	height:40px;
    line-height: 40px;
	text-align:center;
	padding:0px 10px;
	font-size:12px;
    text-decoration: none;
	cursor:pointer;
	font-weight:bold;
	border-right: #fff solid 1px; 
}

ol#toc li.current {
    background-color: #fff;
    background-position: 0 -60px; 
}

ol#toc li.current a {
    background-position: 100% -60px;
    color: #4c6e00;
	font-weight:bold;
/*    border: #d7d7d7 solid 1px; 
	border-bottom:none;	*/

}

div.content {
    clear: left;
    padding: 8px;
}
.brd
{
   border: #d7d7d7 solid 1px;
}
