@CHARSET "UTF-8";
 ul.float {
	width: 100%;
	margin: 2px;
	padding: 0;
	list-style-type: none;
}

.float li {
	display: inline;
}

.float a {
	width: 10em;
	text-decoration: none;
	background-color: purple;
	color: white;
	border-right: 1px solid white;
	padding: 0.2em 0.6em;
}

ul.float a {
	float: left;
}