#menu {
	width: 1000px;
	height: 25px;
}
#menu ul {
	list-style-type: none;
	margin-left: 150px;
	margin-top: 3px;
}
#menu li {
	float: left;
	width: 90px;
}
#menu a:link {
	font-family: "宋体";
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	font-family: "宋体";
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.ziti{
	font-family: "宋体";
	font-size: 13px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
}

