table {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 16pt;
	color: #000000;
}
select  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 20px;

}
textarea  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
a.tree:link {
	color: #000000;
	font-family: "宋体", "Arial";
	font-size: 9pt;
	line-height: 16pt;
	text-decoration: none;
}
a.tree:visited {
	font-family: "宋体", "Arial";
	font-size: 9pt;
	line-height: 16pt;
	color: #993399;
	text-decoration: none;
}
a.tree:hover {
	font-family: "宋体", "Arial";
	font-size: 9pt;
	line-height: 16pt;
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #000000;
	font-family: "宋体", "Arial";
	font-size: 9pt;
	line-height: 16pt;
	text-decoration: none;
}
a:visited {
	font-family: "宋体", "Arial";
	font-size: 9pt;
	line-height: 16pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体", "Arial";
	font-size: 9pt;
	line-height: 16pt;
	color: #FF6600;
	text-decoration: none;
}
a:active {  text-decoration: none}
a.red:link {
	color: #990000;
	text-decoration: none;
}
a.red:visited {
	color: #990000;
	text-decoration: none;
}
a.red:hover {
	color: #990000;
	text-decoration: underline;
}
a.red:active {
	color: #990000;
	text-decoration: none;
}
/* 菜单*/ 
*{margin:0;padding:0;}
#nav {
	width:180px;
    line-height: 24px; 
	list-style-type: none;
	text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
	width: 160px; 
	display: block;
	padding-left:0px;
	/*Width(一定要)，否则下面的Li会变形*/
}

#nav li {
	/*background:#ffffff; 一级目录的背景色*/
	/*border-bottom:#FFF 1px solid; 下面的一条白边*/
	float:left;
	/*float：left,本不应该设置，但由于在Firefox不能正常显示
	继承Nav的width,限制宽度，li自动向下延伸*/
}




/*==================二级目录===================*/
#nav li ul {
	list-style:none;
	text-align:left;
}
#nav li ul li{	
	background: #EBEBEB; /*二级目录的背景色*/
}

#nav li ul a{
         width:50px;
         padding-left:0px;
         
	/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}

/*下面是二级目录的链接样式*/



/*==============================*/
#nav ul.collapsed {
	display: none;
}
-->

#PARENT{
	width:190px;
	padding-left:10px;
}
