﻿
.tree, .tree-n2, .tree-item a
{
	color: black;
}

.tree
{
	background-color: #F3EBA0;
	height: 100%;
	font-size: 10px;
	vertical-align: top;
}

.tree-n1
{
	color:White;
	background-color: #FF9933;
	width: 100%;
	font-weight: bolder;
	border-top: silver 2px ridge;
	cursor: pointer;
}

.tree-n2
{
	margin-left: 20px;
}

.tree-item:hover
{
	background-color: #FF9933;
	color: white;
}

.tree-item
{
	letter-spacing: 1px;
	padding: 2px;
	cursor: pointer;
}

.tree-img-mp
{
	height:12px;
	width:12px;
}
