.box2L {
	display: block;
	float: left;
	width: 307px;
}

.box2R {
	display: block;
	float: right;
	width: 307px;
}

.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px;
	background-repeat: repeat-y;
}

.tree li {
	font-weight:bold;
	margin: 0px;
	padding: 6px 0 6px 0;
	list-style-type: none;
	font-size: 12px !important;
	border-bottom: dashed 1px #aaaaaa;
}

.tree li.pro {
	padding-left: 1em;
	color: #666666;
	border-bottom: dashed 1px #dddddd;
	background: #fafafa;
}

.tree li a {
	text-decoration:none;
	color:#000;
}

.tree li a:hover {
	text-decoration: none;
}

.tree ul li a {
	text-decoration:none;
}

.tree ul li a:hover {
	text-decoration:none;
}


.tree li.pro a {
	background-position: 0px 7px;
	color:#666;
	text-decoration:none;
}
.tree li.pro a {
	background-position: 0px 7px;
	color:#999;
	text-decoration:none;
}
