div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 24px;
	background-color: #ed1c24;
	float: left;
}

div#myElement2 {
	width: 96px;
	height: 24px;
	background-color: #ed1c24;
	float: left;
}

div#myElement3 {
	width: 87px;
	height: 24px;
	background-color: #ed1c24;
	float: left;
}

div#myElement4 {
	width: 110px;
	height: 24px;
	background-color: #ed1c24;
	float: left;
}

div#myElement5 {
	width: 90px;
	height: 24px;
	background-color: #ed1c24;
	float: left;
}

div#myElement6 {
	width: 166px;
	height: 22px;
	background-color: #faa636;
	float: left;
}

div#myElement7 {
	width: 117px;
	height: 22px;
	background-color: #faa636;
	float: left;
}

div#myOtherElement {
	width: 90px;
	height: 22px;
	overflow: hidden;
	background-color: #faa636;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #393838;
}


