div.content 
{
	background-color:#efedee;
  border-bottom: #DBDADA solid;
  border-bottom-width: 1px;
  border-left: #DBDADA solid;
  border-left-width: 1px;
  border-right: #DBDADA solid;
  border-right-width: 1px;
}



li {
	margin: .2em 0;
}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc a {
	background: url(tabs_bg.jpg);
	
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 10px;
	text-decoration: none;
text-align:center;
font-size:11px;
font-weight:bold;
color:#010101;
font-family: tahoma;
}

ol#toc a:hover {
	background-color: #336699;
	color: red
}

ol#toc a:hover span {
	
}

ol#toc li {
	float: left;
	margin: 0 1px 0 0;
}

ol#toc li.current a {
	
	
	color: #3300FF;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
}

ol#toc span {
	background: url(tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 10px;
}


