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

div#myElement {
	width: 100px;
	height: 100px;
	float: left;
	display:none;
}

div#myOtherElement {
	width: 980px;
	height: 35px;
	overflow: hidden;
}

div#myOtherElement span {
	display: block;
	padding: 0 3px;
	height:34px;
	margin-left:25px;
	border-bottom:1px solid #acc2cb;
	width:930px;
}

div#myOtherElement a:hover {
	
}

.quicklinks {background:#E0EAED url(/media/images/quicklinks.gif) no-repeat scroll 0 0;}