#navigator {
	width:100%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color:#0099CC;
}

#filter {
	width:100%;
	height:55px; 
	margin-top:15px;
}

#filter ul {
	padding:0px; 
	margin:0px;
}

#filter li {
	padding:0px; 
	margin:0px;
	float:left;
	width:100px;
	height:24px;
	padding-left:5px;
	overflow:hidden;
	font-weight:bold;
	color:#1d5085;
}

#treeview {
	width:200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding:5px 0px 0px 5px;
	min-height:520px;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#fff;
}
#treeview img {
	border: 0px;
	vertical-align: middle;
}
#treeview a {
	color: #333;
	text-decoration: none;
}
#treeview a.node, #treeview a.nodeSel {
	padding: 1px 2px 1px 2px;
}
#treeview a.node:hover, #treeview a.nodeSel:hover {
	color: #014689;
	text-decoration: none;
}
#treeview a.nodeSel {
	background-color: #c0d2ec;
}
#treeview .clip {
	overflow: hidden;
}
.dTreeNode{
	overflow:hidden;
}

