ul {
	display:table;
}
li {
	display:table-cell;
	width:20%;
}
li:hover {
	width:20%;
}