@charset "utf-8";

	/* 导航 */
ul,ol { list-style:none; }
.nav { width:900px; height:35px; margin:0 auto; background:url(nav.jpg) no-repeat; clear:both; }
.nav ul {
	width: 900px;
	height: 35px;
	padding: 0px;
	font-size: 14px;
	font-family: "微软雅黑,宋体";
	line-height: 35px;
}
.nav ul li { position:relative; float:left; width:98px; height:35px; padding-left:2px; text-align:center; }
.nav ul li a { display:block; width:98px; height:35px; color:#fff; text-decoration:none; }
.nav ul li a:hover,.nav ul li .current { color: #fff; text-decoration: none; background-repeat: no-repeat;}
.nav ul li ul { position:absolute; top:39px; left:0; display:none; width:auto; height:auto; padding:0; opacity:1; }
.nav ul li ul li { float:none; width:auto; margin:0; padding-left:0; background:none; text-align:center; }
.nav ul li ul li a { display:block; background:#61AC2D; opacity:0.8; -moz-opacity:0.8; filter: alpha(opacity=80); color:#FFF; zoom:1; }
.nav ul li ul li a:hover { background:#61AC2D; opacity:1; -moz-opacity:1; filter: alpha(opacity=98); color:#FFF; }

.search-form { float:right; width:232px; height:35px; padding-left:90px; background:url(search-form.jpg) no-repeat; }
.search-form div,.search-form input,.search-form button { float:left; }
.search-input-box { position:relative; width:159px; height:20px; margin:9px 5px 0 0; background:url(searchInput.gif) no-repeat; display:inline; }
.search-input-box input { border:0; width:155px; height:19px; padding:1px 1px 0 3px; background:none; color:#999; line-height:15px; vertical-align:middle; }
.search-btn { padding-top:9px; }
.search-btn button{ position:relative; width:58px; height:21px; border:none; background:url(searchBtn.jpg) no-repeat; cursor:pointer; text-indent:-999em; }
