.tabs {
	background: transparent;
	display: block;
	height: 2em;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

.tabs li, .tabs a, .tabs span {
	display: block;
	float: left;
}

.tabs li a {
	color: #fff;
	padding: 3px 0;
	margin-right: 1px;
	text-decoration: none;
}

