td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 21px;
	width: 124px;
}
.v9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7800;
	text-decoration: underline;
	font-weight: bold;
}
.v9:link {
	font-size: 11px;
	color: #FF7800;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.v9:hover {
	font-size: 11px;
	color: #FF7800;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.wz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.v8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.v8:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.v8:hover {
	font-size: 11px;
	color: #FF7800;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.biaoge {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAD7C7;
	border-bottom-color: #DAD7C7;
	border-left-color: #DAD7C7;
}
.1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}


	/* 无限子级菜单 开始 */
		*
		{
			margin:		0px;
			padding:	0px;
		}
		
		/* 外框 */
		#TreeMenu
		{
			Width:		160px;
			word-wrap:	break-word;
		}
		
		/* 每一个ul */
		#TreeMenu ul
		{
			margin:	0px 0px 0px 10px;
			list-style:	none;
		}
	
		/* 第一个ul */
		ul#TreeTop
		{
			margin:	0px;
		}
	
		/* 每一个li */
		#TreeMenu ul li
		{
			width:	100%;
		}
	
		/* 每一个li里面的a 开始 */
			#TreeMenu ul li a
			{
				padding:	0px 0px 0px 30px;
		
				font-size:			12px;
				font-weight:		normal;
				text-decoration:	none;
			}

			#TreeMenu ul li a:link,
			#TreeMenu ul li a:visited
			{
				color:	#333333;
			}
		
			#TreeMenu ul li a:hover
			{
				color:	#FF7800;
			}

			#TreeMenu ul li a:active
			{
				color:	#0066CC;
			}
		/* 每一个li里面的a 结束 */
	
		/* 关闭的节点 开始 */
			li.TreeClosed
			{
				background:	url(closed.gif) no-repeat 0px 0px;
			}
		
			li.TreeClosed ul 
			{
				display:	none;
			}
		/* 关闭的节点 结束 */
	
		/* 打开的节点 */
		li.TreeOpened
		{
			background:	url(opened.gif) no-repeat 0px 0px;
		}
	
		/* 最终节点 开始 */
			li.TreeChild
			{
				background:url(child.gif) no-repeat 0px 0px;
			}
		
			/* 调整最终节点的位置 */
			#TreeMenu ul li.TreeChild
			{
				margin:	0px 0px 0px 4px;
			}
		
			/* 调整最终节点中a的位置 */
			#TreeMenu ul li.TreeChild a
			{
				padding:	0px 0px 0px 15px;
			}
		/* 最终节点 结束 */
		
		/* 全部展开折叠 开始 */
			#SwitchAllNodes
			{
				padding:	10px 0px 10px 15px;
			}
			
			a#AllOpenID,
			a#AllCloseID
			{
				color:	#009933;
				text-decoration:	none;
			}
			
			a#AllCloseID
			{
				display:	none;
			}

			a#AllOpenID:hover,
			a#AllCloseID:hover
			{
				color:	#FF0000;
			}
		/* 全部展开折叠 结束 */

	/* 无限子级菜单 结束 */
	
</style>

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	color: #666666;
	padding-top: 4px;
	height: 13px;
}
.zi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
