﻿body
{
	background-color: white;
	font-size: 9pt;
	font-family: Arial, Times New Roman, 宋体;
	margin: 0px;
	padding: 0px;
	color: white;
}
ul, li
{
	margin: 0px;
	padding: 0px;
}
li
{
	display: list-item;
	list-style: none;
	list-style-position: outside;
	text-align: center;
	font-weight: bold;
	float: left;
}
#nav
{
	width: 600px;
	height: 24px;
	border-bottom: 0px;
	padding: 0px 0px;
	position: absolute;
}
.list
{
	line-height: 24px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.menu1
{
	width: 100px;
	height: auto;
	margin: 0px 4px 10px 0px;
	border: 1px solid #9CDD75;
	background-color: #F1FBEC;
	color: #336601;
	padding: 0px 0px 0px 0px;
	cursor: hand;
	overflow: hidden;
}
.menu2
{
	width: 100px;
	height: 24px;
	margin: 0px 4px 0px 0px;
	border: 1px solid #9CDD75;
	background-color: #F5F5F5;
	color: #999999;
	padding: 0px 0px 0px 0px;
	cursor: hand;
	overflow: hidden;
}
