/* CSS Document */
/*--头部--*/
.top1{
	background:url(../images/index_top1.jpg) repeat-x;
	height:61px;
	width:920px;
	}
.top1_search{
	text-align:right;
	}
.top1_search_mgt{
	margin-top:29px;
	}
.top1_input{
	height:17px;
	width:104px;
	background:#bddf49;
	border:solid #bddf49 1px;
	}
.top2_bg{
	background:url(../images/index_top2.jpg) repeat-x;
	height:32px;
	}
.top2_nav{
	width:82px;
	}
/*--二级导航--*/
.table_center{
	text-align:left;
	font-size:12px;
	color:#FFF;
	height:26px;
	background:url(../images/sub_nav_bg.jpg) repeat-x;
	}
.sub_nav{
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	}
a.sub_nav:link,a.sub_nav:visited{
	color:#FFF;
	}
a.sub_nav:hover{
	color:#CCC;
	}

/*--顶部导航--*/
#nav {
	position: absolute;
	font-size: 9px;
	opacity: 0.8;
	left: 124px;
	top: 93px;
}
#nav li {
  width: 120px;
  height:30px;
  overflow:hidden;
  background: #ccc;
  padding-bottom: 3px;
}
#nav ul {
  position: absolute;
  margin-left: 110px;
  margin-top: -30px;
}
html>body #nav ul {
  margin-left: 119px;
  margin-top: -39px;
}
#nav ul {
  display: none;
}
#nav li.show ul {
  display: block;
}
#nav li.show li ul {
  display: none;
}
#nav li li.show ul {
  display: block;
}
