body,ul,form,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,img{
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

a{
	text-decoration: none;
	color: #144E56;
}

a:hover{
	background: #FFFFFF;
	color: #FDA500;
}

body{
	background: #ffffff;
	color: #666666;
	font-family: Tahoma, Verdana, "宋体";
	line-height: 140pt;
	margin: 6px 0;
	text-align: center;
}

hr{
	display: none;
}

.clearfix{
	clear: both;
}

/*\*/	
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**/

#skip{
	position: absolute;
	left: -999em;
}

#pr{
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 90%;
}

.center{
	padding: 1em 0;
	text-align: center;
}

acronym{
	cursor: help;
	border-bottom: dashed 1px #CC0000;
	color: #FF9933;
	background: #FFFFff;
}

#search {
	font-size: 12px;
	font-weight:bold;

}
.search input {
	background: #FFFFFF;
    padding: 5px;
	

}
.inputbox {
	padding-left: 3px;
	border-top: 1px dotted #999965;
	border-right: 1px dotted #999965;
	border-bottom: 1px dotted #999965;
	border-left: 1px dotted #999965;
	background-image:url(http://www.amx.com.cn/images/amx.gif)
	BACKGROUND-REPEAT: no-repeat;
	color:#999965;
	
}

.STYLE8 {color: #000000; font-size: 11px; }
.STYLE11 {font-size: 12px}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE15 {color: #DEC57B}
.STYLE16 {color: #75420E}
.STYLE18 {font-family: Arial, Helvetica, sans-serif}
.STYLE19 {font-size: 11.5px}
.STYLE20 {	color: #333333;
	font-weight: bold;
	font-size: 11.5px;
}
.STYLE21 {	font-size: 11px;
	font-weight: bold;
}
.STYLE31 {font-size: 11px; color: #999999; font-family: Arial; }
.STYLE32 {font-weight: bold; line-height: 12px;}
.STYLE33 {line-height: 12px}
.STYLE34 {font-family: Arial}

#mq a:link {
	text-decoration: none;
}
#mq a:visited {text-decoration: none;}

#mq a:hover {font-size: 12px;line-height: 18px;font-weight: normal;color: #FF0000;text-decoration: underline;}

#nav {
	width:160px;
    line-height: 24px; 
	list-style-type: none;
	text-align:left;
	color:#999965;
	
    /*定义整个ul菜单的行高和背景色*/
}
#nav a {
	width: 160px; 
	display: block;
	
	/*Width(一定要)，否则下面的Li会变形*/
}
#nav li {
	background:#FFF; /*一级目录的背景色*/
	border-bottom:#999965 1px dotted; /*下面的一条白边*/
	
	/*float：left,本不应该设置，但由于在Firefox不能正常显示
	继承Nav的width,限制宽度，li自动向下延伸*/
}
#odiv li {

	background:#FFF; /*一级目录的背景色*/
	border-bottom:#999965 1px dotted; /*下面的一条白边*/
	float:left;
	/*float：left,本不应该设置，但由于在Firefox不能正常显示
	继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav li a:hover{
	background:#FF9d02;	/*一级目录onMouseOver显示的背景色*/
}
#nav a:link  {
	color:#666; text-decoration:none;
}
#nav a:visited  {
	color:#666;text-decoration:none;
}
#nav a:hover  {
	color:#FFF;text-decoration:none;font-weight:bold;
}
#nav li ul {
	list-style:none;
    text-align:left;
}
#nav li ul li{	
	background: #FFFFFF; /*二级目录的背景色*/
	background-image:url(images/arrow_m.gif);
    BACKGROUND-REPEAT: no-repeat;
	line-height: 24px; 
}
#nav li ul a{
         padding-left:30px;
         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:#999965;
	background-image:url(images/arrow_b.gif);
    BACKGROUND-REPEAT: no-repeat;
	/* 二级onmouseover的字体颜色、背景色*/
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left; 
}
#nav ul.collapsed {
	display: none;
}
#PARENT{
	width:160px;
	
}
#nav li h4 {
font-family: arial, 宋体, serif;
font-size:12px;
color:#000000;
margin-left:10px;

}