ol#toc {
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 12px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
	color: #999;
	display: block;
	float: left;
	height: auto;
	padding-left: 5px;
	text-decoration: none;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

ol#toc a:hover {
	background-color: #006666;
	background-position: 0 -120px;
	font-weight: bold;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
	background-color: #006666;
	background-position: 0 -60px;
	color: #fff;
	font-size: 13px;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
	border: #48f solid 3px;
	clear: left;
	border-color: #006666;    
}

#right_info a.normal_small{
	background:none;
	padding:0;
	margin:0;
	width: auto;
	line-height: 14px;
	display: inline;
	font-size: 12px;
	color: #FFF;	
 	text-decoration: none;
}
#right_info a.normal_small:hover{
	background:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color: #4D371E;
}

