/* xhtml and css, developed by Xukai. */
/* 搜索 */
.serchbar { padding-left:150px; padding-top:10px; width:850px;}
.serchbar dl { padding-top:5px;}
.serchbar dt { font-weight:bold;}
.serchbar dt a {}
.serchbar select , .serchbar input , .serchbar dt , .serchbar dd { float:left; white-space:nowrap; margin-right:10px;}

/* 标题导航 */
.titleList {
	width:900px;
	margin:0 auto;
	height: 25px;
	_height:24px;
	clear:both;
}
.titleList ul {
	margin:0;
	list-style:none;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.titleList li {
	display:inline;
	margin:0;
	padding:0;
}
.titleList a {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.titleList a span {
	float:left;
	display:block;
	color:#EDF1F1;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.titleList a span {
	float:none;
}
.titleList a:hover span {
	color:#FFF;
}
.titleList a:hover {
	background-position:0% -42px;
}
.titleList a:hover span {
	background-position:100% -42px;
}
.titleList #current a {
	background-position:0% -42px;
}
.titleList #current a span {
	background-position:100% -42px;
}