#menuHome{
	float:left;width:90px;height:88px;line-height:88px;font-size:16px;text-align:center;cursor:pointer;
}
#menuHome:hover{
	background: #06A733;
}

#menuHome a{
	padding:0px;
	display: inline-block;
	color:#222222;
}
#menuHome a:hover{
	color:#FFFFFF;
}

#menuAbout{
	float:left;width:99px;height:88px;line-height:88px;font-size:16px;text-align:center;cursor:pointer;
}
#menuAbout:hover{
	background: #06A733;
}

#menuAbout a{
	padding:0px;
	display: inline-block;
	color:#222222;
}
#menuAbout a:hover{
	color:#FFFFFF;
}

.header_navbar{
	width:594px;height:88px;margin:0 auto;text-align:left;position:relative;z-index:99;
}
.header_navbar ul{
  float:left;list-style:none;margin:0px;padding:0px;
}
.header_navbar li{
  float:left;width:99px;height:88px;line-height:88px;margin:0px;padding:0px;list-style-type:none;text-align:center;
  position:relative; font-size:16px;
}
.header_navbar li:hover{
	background: #06A733;
}

.header_navbar li a{
	padding:0px;
	display: inline-block;
	color:#222222;
}
.header_navbar li a:hover{
	color:#FFFFFF;
}
.header_navbar li dl{
	background: #06A733;
	display: none;
	margin:0px 0px 0px 0px;padding:0px;
	width:100px;
	z-index:999;
	position:absolute;
	left:0px;
	top:88px;
	filter:alpha(opacity:70); opacity:0.7;  -moz-opacity:0.7;-khtml-opacity: 0.7;
}
.header_navbar dd{
	text-align: left;
	float: inherit;
	color:#222222;
	margin:0px;padding:0px;
	border-bottom:1px solid #06A733;
	height:40px;
	line-height:40px;
	text-align:center;
}
.header_navbar li:hover dl{
	display: block;
}
.header_navbar li:hover dl{
	border-top: none;
}

.header_navbar li dd a:hover{
	color:#FFFFFF;
}

.am-panel-bd img{
width:100%;
}