div.floated {
	width: 728px;
	float: left;
}

div#myElement {
	width: 728px;
	height: 1px;
	border: none;
	background-color: #f9f9f9;
	float: left;
}

div#myOtherElement {
   	float: none;
	width: 728px;
	height: 75px;
	overflow:auto;
	overflow-y: hidden;
	overflow-x: auto;
	border: 0px solid  #999999;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}