@charset "utf-8";
/* CSS Document */

/** 内页左侧二级栏目CSS Start **/
.nav-column { width:100%; height:auto;}
#PARENT{ width:100%;}

#nav01 {
 width:width:100%;
 line-height: 24px; 
 list-style-type: none;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
#nav01 a {
width:100%;
 display: block;
 /*Width(一定要)，否则下面的Li会变形*/
}
#nav01 li {
	line-height:37px;
	font-size:12px;
	font-weight:bold;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA; */
	background-image: url(lm-xbk01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 70px;
}
#nav01 li a:hover,#nav01 li a.hover{
color:#222;

 /*一级目录onMouseOver显示的背景色*/
}
#nav01 a:link  {
 color:#333; text-decoration:none;
}
#nav01 a:visited  {
 color:#333;text-decoration:none;
}
#nav01 a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}
#nav01 li ul {
 list-style:none;
 text-align:left;
}
#nav01 li ul li{
	margin-bottom:0px; /*二级目录的背景色*/
	font-size: 14px;
	line-height:35px;
	height: 35px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #eee;
	background-color: #F8F8F8;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 70px 16px;
}
#nav01 li ul a{
         padding-left:10px;
         width:185px;
}
#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav01 li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav01 li ul a:hover {
 color:#fff;
 text-decoration:none;
 font-weight:normal;
 background-color:#d80017;


}
#nav01 li:hover ul {
 left: auto;
}
#nav01 li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav01 ul.collapsed {
 display: none;
}
