div.content {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	clear: left;
	padding: 10px;

}
div.content.inactive {
	display: none;

}
ol#toc {

	list-style: none outside none;
	padding: 0;
        margin-left:-5px!important;


}
ol#toc a {
	
	
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
        color:#666;
	border-radius: 5px 5px 5px 5px;
   	padding: 5px 15px;
        text-decoration: none;
	display:block;
font-size:11px;

}
ol#toc a:hover {
	background-color: #888888;
	background-position: 0 -120px;
}
ol#toc a:hover span {
	background-position: 100% -120px;

}
ol#toc li {
	float: left;
	margin: 0 !important;

	padding: 0;
	list-style:none!important;
}

ol#toc li a.active {
	background-color: #9DC537;
	background-position: 0 -60px;
	color: #666666;
	font-weight: normal;
}
ol#toc li a.active span {
	background-position: 100% -60px;
}
ol#toc span {
	display: block;
	line-height: 20px;
	padding: 0 5px;
}