#t_header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#t_header li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
	font-size: .9em;
}
#t_header a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.14em .7em;
	color: #00c;
	width: 4.8em;
	text-align: center;
}
#t_header a:hover {
	background: #ddf;
}
#t_header #selected {
	border-color: black;
}
#t_header #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}
#t_content {
	border: 1px solid black;
	clear: both;
	padding: 0 1em;
}
	
