#header ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
    
#header li {
 list-style: none;
 float: left;
 border: 1px solid #bbb;
 border-bottom-width: 0;
 margin: 0;
}
    
#header a {
 text-decoration: none;
 display: block;
 background: #eee;
 padding: 0.24em 1em;
 color: red;
 width: 8em;
 text-align: center;
}
	
#header a:hover {
 background: #bbb;
}
	
#header #selected {
 border-color: black;
}
	
#header #selected a {
 position: relative;
 top: 1px;
 background: white;
 color: black;
 font-weight: bold;
}
	
#content {
		border: 1px solid black;
		clear: both;
}
	
