@charset "utf-8";
/* CSS Document */

body {background:#fff url(../../images/top_ej_bg.jpg) repeat-x;
	  margin:0;
	  text-align:center;
	  font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	  font-size:12px;
	  line-height:200%;
	  color:#383838;}
	  
img,p,ul,li,h1,h2,h3,h4,span{padding:0;margin:0; border:none;}
.clr{clear:both;}

.top{background:url(../../images/top_ej.jpg) no-repeat top center;
	 height:150px;
	 overflow:hidden;
	 text-align:center;
	 margin:0 auto;
	 }

.nav{width:800px;
	 height:27px;
	 overflow:hidden;
	 margin:100px 0 0 330px;
	 line-height:27px;
}

.nav a {color:#FFF;
		width:90px;
		height:42px;
		text-align:center;
		float:left;
		text-decoration:none;
		display:block;
		font-size:14px;
		border:none;
		font-stretch:
		}
		
.nav a:hover{color:#262626; background:url(../../images/top_bg1.jpg) no-repeat; }
