#menu {
	margin-bottom:90px;
}

#menu a {
	display:inline-block;
	margin:40px;
	width:70px;
	height:16px;
	margin-bottom:10px;
}

#menu span {
	display:inline-block;
    position:absolute;
    left:0;
	width:70px;
	height:16px;
	border:none;
	background-color:#ED1C24;
	margin-bottom:10px;
}

#menu a:hover span {
	background-color:#00FFFF;
	border:none;
}

#menu a:hover {
	display:inline-block;
    position:static;
    left:0;
	width:70px;
	height:16px;
	background-color:#ED1C24;
    border: none;
}
