.tree-menu {
	font-size: 1.2em;
	line-height: 1.6em;
	min-widht: 250px;
	float: left;
	margin: 0;
	padding: 8px;
	white-space: nowrap;
	width: 230px;
}
.tree-menu ul {
    display: none;
    margin-left: 16px;
    padding: 0;
    list-style: none;
}
.tree-menu li {
    list-style: none;
	width:240px;
	padding-left:5px;
}
.tree-menu a {
    padding: 0 0 0 19px;
	font-size:1em;
	line-height:2em;
}
.tree-menu li.file {
    background: url(../images/file.png) top left no-repeat;
}
.tree-menu li.folder {
    background: url(../images/folder.png) top left no-repeat;
}
.tree-menu li.folder-open {
    background: url(../images/folder-open.png) top left no-repeat;
}
.tree-menu a:link {
    color: #006BB5;
    text-decoration: none;
}
.tree-menu a:visited {
    color: #006BB5;
    text-decoration: none;
}
.tree-menu a:hover {
    color: #006BB5;
	text-decoration: underline;
}
.tree-menu .num {
    color: #999999;
}
.treeBorder {
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding-top: 10px;
}
.treeBorder2 {
	border-bottom: 1px solid #CCC;
	margin: 0px 0px 10px;
	padding-top: 10px;
}
#wrap #leftArea #leftNav_tree #container {
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/leftnav_bg.jpg) repeat;
	overflow: hidden;
	padding-top: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#wrap #leftArea .section {
	background: #FFF;
}
#wrap #leftArea #container .detail {
	font-size: 1em;
	line-height: 1.8em;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FDFDFD;
	padding-top: 10px;
}
#wrap #leftArea #container .detail ul li {
	background: url(../images/file.png) no-repeat;
	padding-left: 25px;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-left: 25px;
	padding-bottom: 5px;
	margin-right: 15px;
}
#wrap #leftArea #container .detail h3 {
	font-weight:bold;
	font-size: 1.2em;
	background: url(../images/folder.png) no-repeat;
	padding-left: 20px;
	padding-right:20px;
	padding-top:3px;
	line-height: 1.6em;
	padding-bottom: 5px;
	margin-left: 15px;
}
#wrap #leftArea #container {

}
#wrap #leftArea #shadowBox {
	background: url(../images/leftbox_shadow.png) no-repeat;
	height: 8px;
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
}
#wrap #leftArea #container .detail h3 a:link {
	font-weight:bold;
	    color: #006BB5;
	text-decoration: none;
}
#wrap #leftArea #container .detail h3 a:visited {
    color: #006BB5;
	text-decoration: none;
}
#wrap #leftArea #container .detail h3 a:hover {
    color: #006BB5;
	text-decoration: underline;
}
