#list {
	float: left;
	width: 100%;
	height: 100%;
	line-height: normal;
	font-size: 20px;
}
#list ul {
	margin: 0;
	padding-top: 2px;
	list-style: none;
}
#list li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}
#list a {
	display: block;
	width: 150px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
#list a,#list a:link,#list a:visited {
	color: #fff;
	text-decoration: none;
}
#list a:hover {
	color: #6f6;
}
#list a span {
	float: left;
	display: block;
	width: 150px;
	height: 30px;
}
#list a:hover span {
	color: #6f6;
}