ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 240px;
	height: auto;
	display: table;
}

li {
	list-style-type:none;
	font-size: 13px;

}

li a {
	color: #99877d;
	font-weight: bold;
	height: 18px;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

li a:hover {
	background-color: #f0f5f9;
	height: 18px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}

li ul li a {
	height: 15px;
	padding-left: 15px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

li ul li a:hover {
	background: #f0f5f9;
	height: 15px;
	padding-left: 14px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.sub_active {
	background: #f0f5f9;
	height: 13px;
	padding-left: 14px;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadada;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #dadada;
	border-left-color: #dadada;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}
.main_active {
	background-color: #f0f5f9;
	height: 18px;
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}
