.navigation_div{
	background:rgba(0,0,0,0.5);
	padding:0;
	position:absolute;
	width:100%;
	z-index:2;
}
.navigation{
	margin:0 auto;
	width:1140px;
	height:80px;
}
.navigation_left{
	float:left;
	display:inline;
	width:300px;
}
.navigation_left_left{
	float:left;
	display:inline;
	width:100px;
}
.navigation_left_left a{
	float:left;
	display:block;
	margin:0;
	padding:0;
	width:100px;
	height:80px;
	text-align:center;
	background:url(../images/haidaole_logo.png) no-repeat;
}
.navigation_left_left a:hover{
	background:url(../images/haidaole_logo_hover.png) no-repeat;
}
.navigation_left_right{
	float:right;
	display:inline;
	width:200px;
	padding-top:20px;
	text-align:center;
	font-size:18px;
	color:#cccccc;
	overflow:auto;
}
.navigation_right{
	float:right;
	display:inline;
	width:840px;
}
.navigation_out{
	float:left;
	display:inline;
	width:120px;
	height:80px;
	line-height:80px;
	text-align:center;
}
.navigation_out a{
	display:block;
	height:80px;
	color:#ffffff;
	font-size:20px;
}
.navigation_out a:hover{
	color:#71a33b;
}
.navigation_in{
	display:none;
}
.navigation_out:hover .navigation_in{
	display:block;
	float:left;
	width:120px;
	height:40px;
	line-height:40px;
	/*background:#000000;*/
	background:rgba(0,0,0,0.5);
	position:absolute;
	z-index:1;
}
.navigation_in a{
	display:block;
	margin:0;
	padding:0;
	width:120px;
	height:40px;
	color:#ffffff;
	text-align:center;
}
.navigation_in a:hover{
	color:#71a33b;
}