#rightTOC  a {
	text-decoration: none;
}
#rightTOC  li {
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	padding-top: 5px;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
	padding-left: 15px;
}
#leftTOC a {
	background-image: url(../images/bg_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 18px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
#leftTOC {
	float: left;
	width: 510px;
	margin-right: 10px;
}
#rightTOC {
	float: left;
	width: 230px;
}
#TOCwraper {
	overflow: hidden;
}
#rightTOC ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftTOC a:hover {
	background-image: url(../images/bg_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 18px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #A6D158;
}
#rightTOC a:hover {
	text-decoration: underline;
}

