@charset "utf-8";
/* CSS Document */

/*--------------------navigation begin--------------------*/
#mainnav :focus{
	outline:none; 
} 
#mainnav a,area{ 
	blr:expression(this.onFocus=this.blur()); 
}
#mainnav{
	float:left;
	width:1000px;
	height:44px;
}
#mainnav_left{  
	float:left;
	margin-left:25px;
	display:inline;
	background:url(http://png.gc73.com.cn/web_image/nav_l.jpg) no-repeat;
	width:59px;
	height:44px;
}
#mainnav_right{
	float:left;
	background:url(http://png.gc73.com.cn/web_image/nav_r.jpg) no-repeat;
	width:82px;
	height:44px;
}
#mainnav_center{
	float:left;
	background:url(http://png.gc73.com.cn/web_image/nav_xline.jpg) repeat-x;
	width:830px;
}
#mainnav_ul{
	margin:0;
	padding-left:19px;
	height:44px;
}
#mainnav_ul li{
	float:left;
	margin-top:7px;
	margin-right:6px;
}
#mainnav_ul li a{
	display:block;
}
#mainnav_ul li#nav_homepage a{
	background:url(http://png.gc73.com.cn/web_image/topnav_homepage.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_homepage a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_homepage.png) -95px no-repeat;
}
#mainnav_ul li#nav_news a{
	background:url(http://png.gc73.com.cn/web_image/topnav_news.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_news a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_news.png) -95px no-repeat;
}
#mainnav_ul li#nav_download a{
	background:url(http://png.gc73.com.cn/web_image/topnav_gamedown_curr.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_download a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_gamedown_curr.png) -95px no-repeat;
}
#mainnav_ul li#nav_awards a{
	background:url(http://png.gc73.com.cn/web_image/topnav_awards.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_awards a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_awards.png) -95px no-repeat;
}
#mainnav_ul li#nav_web a{
	background:url(http://png.gc73.com.cn/web_image/new_webset01.gif) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_web a:hover{
	background:url(http://png.gc73.com.cn/web_image/new_webset01.gif) no-repeat;
}
#mainnav_ul li#nav_help a{
	background:url(http://png.gc73.com.cn/web_image/topnav_help_curr.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_help a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_help_curr.png) -95px no-repeat;
}
#mainnav_ul li#nav_companyinfo a{
	background:url(http://png.gc73.com.cn/web_image/topnav_cominfo.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_companyinfo a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_cominfo.png) -95px no-repeat;
}
#mainnav_ul li#nav_joinus a{
	background:url(http://png.gc73.com.cn/web_image/topnav_joinus.png) no-repeat;
	width:95px;
	height:29px;
}
#mainnav_ul li#nav_joinus a:hover{
	background:url(http://png.gc73.com.cn/web_image/topnav_joinus.png) -95px no-repeat;
}
#mainnav_bottom{
	float:left;
	background:url(http://png.gc73.com.cn/web_image/bg_nav_bottom.jpg) no-repeat;
	width:880px;
	height:29px;
}
/*--------------------navigation end--------------------*/