
#menu {
	width:100%;
	background:#EEE;
}

#menu li {
	float:left;
	list-style-type:none;
}

#menu li a {
	display:block;
}