 #navbar {
	width:760px;
	float: left;
 } 	

 #navbar #holder {
	height:35px;
	border-bottom:2px solid #ccc;
	padding-left:23px;
	margin-bottom: 10px;
	margin-left: 5px;
 } 
 

ol#toc {
	height: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	color: #A3D800;
	border: 1px solid #999;
	display: block;
	float: left;
	height: 33px;
	padding-left: 30px;
	text-decoration: none;
	width: 140px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	font-weight: normal;
	 } 

ol#toc a:hover {
	background-position: 0 -120px;
	color: #000;
	background-color: #999;
}

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

ol#toc li {
	float: left;
	margin: 0 4px 0 0;
}

ol#toc li.current a {
	background-color: #999;
	background-position: 0 -60px;
	color: #000;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
	display: block;
	line-height: 35px;
	padding-right: 10px;
	background-position: 100% 0;
}
