.unnamed1 {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
body,td,th {
	font-family: 宋体;
	font-size: 9pt;
	line-height: 130%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 9pt;
}
a:link {
	text-decoration: none;
	color: #003333;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}td {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 180%;
	text-decoration: none;
}
*{margin:0;padding:0;border:0;}
body {
	font-family: arial, 宋体, serif;
	font-size:12px;
}
#nav {
	width:180px;
    line-height: 24px; 
	list-style-type: none;
	text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
	width: 180px; 
	display: block;
	padding-left:0px;
	/*Width(一定要)，否则下面的Li会变形*/
}

#nav li {
	/*background:#CCC; /*一级目录的背景色*/
	border-bottom:#FFF 1px solid; /*下面的一条白边*/
	float:left;
	/*float：left,本不应该设置，但由于在Firefox不能正常显示
	继承Nav的width,限制宽度，li自动向下延伸*/
}

#nav li a:hover{
	/*background:#CC0000;	*//*一级目录onMouseOver显示的背景色*/
}

#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#666;text-decoration:none;
}
#nav a:hover  {
	color:#FF3300;text-decoration:none;font-weight:bold;
}

/*==================二级目录===================*/
#nav li ul {
	list-style:none;
	text-align:left;
}
#nav li ul li{	
	/*background: #EBEBEB;*/ /*二级目录的背景色*/
}

#nav li ul a{
         padding-left:10px;
         width:160px;
	/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}

/*下面是二级目录的链接样式*/

#nav li ul a:link  {
	color:#666; text-decoration:none;
}
#nav li ul a:visited  {
	color:#666;text-decoration:none;
}
#nav li ul a:hover {
	color:#F3F3F3;
	text-decoration:none;
	font-weight:normal;
	background:#CC0000;
	/* 二级onmouseover的字体颜色、背景色*/
}

/*==============================*/
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left; 
}
#nav ul.collapsed {
	display: none;
}


#PARENT{
	width:180px;
	padding-left:00px;
}
input {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 125%;
	text-decoration: none;
	border: 1px solid #006666;
}
textarea {
font-family: "宋体";
	font-size: 9pt;
	line-height: 125%;
	text-decoration: none;
	border: 1px solid #006666;
}

#china_menu, #china_menu1 { border: 0px dotted #C8C8C8; display: none; }

