#Link {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	width: 960px;
	overflow: hidden;
	clear: both;
}
#Link li {
	float: left;
	width: 92px;
	overflow: hidden;
	line-height: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#Link a {
	border: 1px solid #EFEFEF;
	float: left;
	line-height: 20px;
	height: 20px;
	clear: both;
	width: 89px;
	color: #666666;
}
#Link a:hover {
	border: 1px solid #FF6600;
	float: left;
	line-height: 20px;
	height: 20px;
	clear: both;
	width: 89px;
}