@charset "utf-8";
/* CSS Document */
#top{
	width:1000px;
	height:89px;
	}
#top ul{
	float:left;
	display:inline;
	}	
#top ul li{
	float:left;
	display:inline;
	}
.search{
	width:261px;
	height:41px;
	background:url(../images/searchbg.jpg) no-repeat;
	margin-top:25px;
	}	
.keyword{
	width:153px;
	height:23px;
	line-height:23px;
	border:0px;
	float:left;
	display:inline;
	margin-left:43px;
	margin-top:10px;
	background:transparent;
	}	
.searchSubmit{
	width:55px;
	height:23px;
	border:0px;
	float:right;
	display:inline;
	margin-top:10px;
	background:transparent;
	cursor:pointer;
	}	
.TopLogin{
	margin-top:37px;
	margin-left:20px;
	height:23px;
	background:url(../images/Tlogin.jpg) 0px -2px no-repeat;
	padding-left:25px;
	}	
	
/*nav*/
#nav{
	width:1005px;
	height:54px;
	overflow:hidden;
	background:url(../images/navbg.png) no-repeat;
	position:absolute;
	top:20px;
	z-index:10;
	}
#nav ul li{
	float:left;
	display:inline;
	font-size:14px;
	line-height:45px;
	margin-left:60px;
	}	
#nav ul li a{
	color:#757575;
	}	
#nav ul li a:hover{
	color:#ff0000;
	}	
#curr{
	color:#ff0000!important;
	}	