
ol#toc {
	height: 2.3em;
	list-style: none;
	margin:0;
	padding-left: 2px;
}

ol#toc a {
	background: #909090 url(../images/tab.png);
	color: #008;
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 8px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
	color: #fff;
}

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

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

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

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

ol#toc span {
	background: #909090 url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 8px;

}

ol#toc2 {
	height: 2.3em;
	list-style: none;
	margin:0;
	padding-left: 2px;
	position: relative;
	width: 800px;
	overflow: hidden;
}

ol#toc2 a {
	background: #909090 url(../images/tab.png);
	color: #008;
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 8px;
	text-decoration: none;
}

ol#toc2 a:hover {
	background-color: #3af;
	background-position: 0 -120px;
	color: #fff;
}

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

ol#toc2 li {
	float: left;
	margin: 0 1px 0 0;
}

ol#toc2 li.current a {
	background-color: #909090;
	background-position: 0 -60px;
	color: #fff;
}

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

ol#toc2 span {
	background: #909090 url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 8px;
}

div.content {
	border: #909090 solid 3px;
	clear: left;
	height:200px;
	padding: 5px;
	width:726px;
	position: relative;
}

.rollover a {
  	display: block;
  	text-decoration: none;
	opacity:0.4;
	filter:alpha(opacity=40);
	}

.rollover a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}

.rollover a span {
	display: none;
	}

.rollover a:hover span {
	display: block;
	position: absolute; 
	top: 110px; 
	left: 124px; 
	width: 480px;
	margin: 5px; 
    z-index: 100;
    color: #000000; 
    text-align: center;
    font-size: 14px;
  	}


