div.content {
	clear: left;
	padding:60px;
	background: #eaeaea;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	line-height:18px;
	text-align:justify;
	width:750px;
}


ol#toc {
	height: 37px;
	list-style: none;
	margin: 0;
	padding:0;
}

ol#toc a {
	background: transparent url(../images/tab.png);
	color: #d4d2d2;
	display: block;
	float: left;
	height: 37px;
	padding-left: 15px;
	text-decoration: none;
}

ol#toc a.none {padding:0;}

ol#toc a:hover {
	background-color: transparent;
	background-position: 0 -120px;
	color: #383838;
}

ol#toc a:hover span {
	background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 2px 0 0;
}

ol#toc li.deneme {
	margin: 0;
	padding: 0;
}

ol#toc li.current a {
	background-color: transparent;
	background-position: 0 -60px;
	color: #383838;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
	font-weight: bold;
}

ol#toc span {
	background: url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 37px;
	padding-right: 15px;
}