@charset "gb2312";
/* CSS Document */
.top_box{
	width:100%;
	background:url(../images/navigation_bg.jpg);
	height:36px;
	}
.top_navigation{
	width:990px;
	margin:auto;
	overflow:hidden;
	height:36px;
	}
.top_navigation li{
	float:left;
	line-height:36px;
	padding-left:12px;
	font-size:12px;
	color:#818181;
	font-family:"ËÎÌå";
	}
#login,#register{
	float:right;
	margin-left:5px;
	}
.logo_search_box{
	width:100%;
	height:94px;
	}
.logo_search_box img{
	float:left;
	margin-left:24px;
	}
.search{
	margin-left:255px;
	margin-top:36px;
	float:left;
	}
.nav{
	width:960px;
	height:39px;
	border-top:1px solid #63c814;
	}
.nav li{
	font-size:16px;
	float:left;
	line-height:40px;
	padding:0px 18px;
	}
.nav li:hover{
	background:url(../images/nav_bg.jpg) no-repeat;
	text-decoration:none;
	}
.nav li a:hover{
	color:#63c814;
	}	
.nav ul{
	margin-left:25px;
	}	