div.floated {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 150px;
	float: left;
	font-weight : normal;
	text-decoration : none;
}

div#myElement {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px solid black;
	background: #EFEFE8;
	font-weight : normal;
	text-decoration : none;

}

div#myOtherElement {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 106px;
	height: 20px;
	overflow: hidden;
	border: 0px solid black;
	background: #EFEFE8;
	font-weight : normal;
	text-decoration : none;
}

div#myOtherElement span, div#myOtherElement a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	font-weight : normal;
	text-decoration : none;
}

div#myOtherElement a:hover {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #EFEFE8;
	font-weight : normal;
	text-decoration : none;
}