#header #lang a{
	background-position:-120px 0;
	}
#header #lang a:hover{
	background-position:-120px -20px;
	}
#nav ul{
	padding:0 0 0 20px;	
	width:620px;
	height:45px;
	float:left;
	background:url(../images/bgnavEN.png) repeat-x 0 0;
	}
#nav ul li{	
	height:45px;
	width:auto;
	float:left;
	}
#nav ul li a{	
	width:auto;
	text-indent:0;
	color:#eee;
	display:inline-block;/*兼容IE6.0，否则直接使用block*/
	padding:0 15px;
	height:45px;
	font-size:13px;
	font-weight:bold;
	line-height:45px;
	text-align:center;
	}
#nav ul li a:hover{
	text-decoration:none;
	background:url(../images/bgnavEN.png) repeat-x 0 -45px;
	}
#nav ul li.sel{
	color:#eee;
	font-size:13px;
	font-weight:bold;
	line-height:45px;
	background:url(../images/bgnavEN.png) repeat-x 0 -90px;
	}
#nav ul li.sel span{
	height:45px;
	background:url(../images/bgnavEN.png) no-repeat 0 -135px;
	text-align:center;
	display:inline-block;/*兼容IE6.0，否则直接使用block*/
	padding:0 15px;
	}
#footer dl{
	background:url(../images/bgcopyright_EN.png) no-repeat;
  }