*{
	margin:0;
	padding:0;
}

ul, ol {
	list-style: none;	
}

header {
	background: #EEEEEE;
	width:100%;
}

nav {
	width:1000px;
	margin:20px auto;
	overflow:hidden;
	border-radius:4px;
	border-bottom:1px solid #55555;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8b8b8b+1,6a6a6a+49,5e5e5e+51,717171+100 */
background: #8b8b8b; /* Old browsers */
background: -moz-linear-gradient(top,  #8b8b8b 1%, #6a6a6a 49%, #5e5e5e 51%, #717171 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#8b8b8b), color-stop(49%,#6a6a6a), color-stop(51%,#5e5e5e), color-stop(100%,#717171)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8b8b8b 1%,#6a6a6a 49%,#5e5e5e 51%,#717171 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8b8b8b 1%,#6a6a6a 49%,#5e5e5e 51%,#717171 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8b8b8b 1%,#6a6a6a 49%,#5e5e5e 51%,#717171 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8b8b8b 1%,#6a6a6a 49%,#5e5e5e 51%,#717171 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#717171',GradientType=0 ); /* IE6-9 */
	
}

.menu {
	width:100%
	display:table;
	table-layout:fixed;
	float:left;	
}

.menu li{
	display:table-cell;	
}