/* CSS Document */
#top{
width:980px;
margin:0 auto;
}
#top_logo{
	height:56px;
	width:230px;
	float:left;
}

#apply_button{
	height:24px;
	width:100px;
	margin-left:892px;
}



#logo{
	width:230px;
	height:56px;
	margin-left:0px;
}
/**************************;******/
#menu_back{
	float:right;
	height:22px;
	width:750px;
	border-bottom:0px solid #000;
	padding-top:34px;
	margin:0 auto;
}
#menu{
	width:750px;
	height:26px;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight:bold;
	font-size:14px

	
}

#menu_home{
	height:26px;
	float:left;
	font-family:"Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
}
#menu_home a{
	padding:4px 0px 8px;
	display:block;
	font-size:12px;
	width:90px;
	text-decoration:none;
	color:#666666;
}
#menu_home a:hover{
	text-decoration:none;
	color:#00ccff;
	font-size:12px;
}
#menu_line{
	width:1px;
	border-right:1px solid #999;
	height:15px;
	margin-top:7px;
	float:left;
}
#menu_right{
	float:left;
}

#menu_search{
	float:left;

}
.menu_search_input{
	width:195px;
	padding:0px;
	margin:0px;
	height:19px;
	font-size:12px;
	line-height:19px;
	padding-left:5px;
	border:1px solid #ccc;
	color:#8e8e8e;
	float:right;
	
}

.menu_search_button{
	width:21px;
	height:21px;
	float:right;
	background:url(../images/home_search_button_bg.jpg);
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}


