@charset "utf-8";
/* CSS Document */

.header_all  {
	display:block;
	height:170px;
	width:900px;
	margin:auto;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;	
}

.menu_bar_box  {
	display:block;
height:170px;
	width:900px;
}

.menu_bar_box  ul  {
	display:block;
	height:120px;
	width:900px;
	margin:0;
	padding:50px 0 0 0;
	list-style:none;
}


.menu_bar_box  li  {
	display:block;	
	height:120px;
	width:70px;
	float:right;
	text-align:center;
	margin:0 5px 0 5px;
	padding:0;
	line-height:25px;
	color:#FFF;
}

.menu_bar_box  li  a  {

	color:#666666;
}


.menu_bar_box  li  a:hover  {
	color:#FFF;
}

.menu_bar_bn {
	display:block;	
	height:120px;
	width:70px;
	background-repeat:no-repeat;
}


.menu_bar_bn2 {
	display:block;	
	height:120px;
	width:70px;
	background-repeat:no-repeat;
}




.menubar_text  {
	display:block;
	position:relative;
	z-index:1;
	line-height:25px;
	top:-15px;
	
	
}




/*-------Middle effect---------*/
.fadehover {
	position: relative;

	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 2;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
