#menu
{
	position:absolute;
	top:27px;
	left:53px;
	width:333px;
	height: 258px;
}
a {
	z-index: 10;
	display:table;
	padding: 5px 0
}
a span {
	display: none;
	float: inherit;
}
a:hover {
	font-size: 100%;
}
a:hover span {
	display: list-item;
	position: absolute;
	text-decoration: none;
	z-index: 11;
	left: 0px;
}
a img {
	border: none;
}

