.expandable {width:600px; float:left;}

a.expanded {
	outline-style:none;
	text-decoration: none;
}
a.expanded em {
	display:none;
	font-weight: normal;
	color: #555A69;
	font-style: normal;
}
a.expanded:hover {text-decoration:none;}
a.expanded:active em, a.expanded:focus em {display:block; width:100%; cursor:default;}
a.expanded:active span, a.expanded:focus span {display:none;}

