#nav {
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: bold;
	background: #008bff;	
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}

#menu {
	width: 600px;
	height: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

* html #menu {
	font-size: normal;
}

#menu ul {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	text-align: center;
}

#menu ul li {
	float: left;
	padding-right: 2em;
	color: blue;
}

#menu ul li:first-child, * html #menu ul li.firstChild {
	padding-left: 3.5em;
}

#menu ul li:link, #menu a:link {
	text-decoration: none;
	color: white;
}

#menu ul li:visited {
	text-decoration: none;
	color: white;
}

#menu ul li:hover, #menu ul li a:hover {
	text-decoration: underline;
	color: yellow;
}

#menu ul li:active, #menu ul li a:active {
	text-decoration: underline;
	color: yellow;
	background: blue;
}
