﻿.jybtree {
	font-family:宋体,tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #666;
	white-space: nowrap;
}
.jybtree img {
	border: 0px;
	vertical-align:top;	
	width:18px;height:18px;
}
.jybtree a {
	color: #333;
	text-decoration: none;
	margin:0px,0px,0px,0px;
}
.jybtree a.node, .jybtree a.nodeSel,.jybtree a.nodeNoSel{
	white-space: nowrap;
}
.jybtree a.node:hover{
	color: #333;
	text-decoration: underline;
}
.jybtree a.nodeSel:visited
{
	color: white;
	text-decoration: none;
}
.jybtree a.nodeSel:hover 
{
	color: yellow;
	text-decoration:none;
}
.jybtree a.nodeSel
{
	color: white;
	font-weight:bold; 
	background-color:Navy;
}
.jybtree a.nodeNoSel,.jybtree a.nodeNoSel:hover {
	color: Gray;
}