
.page_tree_box {
	color: black;
	font-size:11px;
	padding: 15px 0 10px 0;
	border: 0;
	position: absolute;
	top: 192px;
	right: 20px;
	text-align: right;
}

.page_tree_box .tree_item {
	float: left;
	padding: 1px 3px 0 1px;
}

.page_tree_box .tree_item h1 {
	color: black;
	font-size:11px;
	font-weight:normal;
}

.page_tree_box a {
	text-decoration: none;
	color: black;
	font-size:11px;
}

.activeTree {
	font-weight:bold;
}

.page_tree_box a:hover {
	text-decoration: underline;
}

.page_tree_box .tree_arrow {
	float:left;
	width:20px;
	height: 15px;
	margin: 0;
	margin-right: 5px;
	margin-left: 7px;
	background: url(../gfx/global/arrow.gif) no-repeat 0 4px;
}
