.treemenu {
	width: 250px;
	overflow: auto;
	padding: 5px;
	background-color: #fff;
}
.node_root {
	margin: 0px;
}
.node_outer {
	margin-left: 20px;
	height: auto;
	font-size: 1px;
	overflow: visible;
}
.node_title {
	border-bottom: 1px solid #aaa;
	margin-bottom: 4px;
	cursor: pointer;
	text-align: left;
	font-size: 10pt;
        font-family: verdana, arial, "times new roman", courier;
	height: auto;
	overflow: visible;
	padding-bottom: 1px;
}
.node_icon {
	width: 20px;
	height: 20px;
	margin: 0px;
	margin-right: 3px;
	vertical-align: top;
}
.node_link {
	margin: 0px;
	text-decoration: none;
	color: #222;
}
.node_link_inactive {
	margin: 0px;
	text-decoration: none;
	color: #888;
}
