#menu {
	float: none;
	height: 18px;
	width: 590px;

	padding: 0px;
	text-align: left;
	}
#menu ul {
	height: 18px;
	clear: both;
	padding: 0px;
	display: list-item;
	margin: 0px;
}

#menu ul li{
	height: 18px;
	width: 116px;
	float: left;
	display: inline;
	background-color: #66CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-align: center;
	font-size: 14px;

}


#menu  a:hover {
	background-color: #FFFFFF;
	text-decoration:none;
	
	width: 116px;
	color: #FF0000;
}
#menu  a:link {
	text-decoration:none;
	color: #FF0000;
	display: block;
	background-repeat: repeat-x;
	font-weight: bold;
}
#menu  a:visited
{
font-weight: bold;

}


#menu　a {
	font-family: "宋体";
	text-decoration: none;
	color: #0000FF;
	font-size: 12px;
}
a {
	font-family: "宋体";
	text-decoration: none;
	color: #FF0000;
	font-size: 13px;
}
	
body {
	height:800px;
	width:580px;
	margin: 0px;
	padding: 0px;
	background-color: #EDF5FE;
	background-image: url(img/point.gif);
}
td {
	margin: 0px;
	padding: 0px;
}
