	ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ol#toc li {
   /* background: #bdf url(tab.png);*/
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
	}
ol#toc a {
/*  background: url(tab.png) 100% 0;*/
    color: #008;
    display: block;
    float: left;
    line-height: 2em;
    padding-right: 31px;
	padding-left:25px;
    text-decoration: none;
}
ol#toc li.current {
    background-color: #f2fdd6;
    background-position: 0 -60px;
}
ol#toc li.current a {
    background-position: 100% -60px;
    color: #fff;
    font-weight: bold;
}
div.content {
    border: gray solid 1px;
	border-top: 0px;
	background:#f2fdd6;
	width:171px;  _width:195px;
    clear: left;
    padding: 1em;
}
.chiudibag {
width: 14px;
height: 14px;
}

.chiudibag a {
display: block;
width: 14px;
height: 14px;
background: url(images/x.gif) no-repeat;
}

.chiudibag a:hover {
background: url(images/xover.gif) no-repeat;
}