/* CSS Document */
#tabContent {
	width: 500px;
	border: 1px solid #999;
	padding: 10px;
}
#tabContent div {
	width: inherit;
	background-color: inherit;
}
#tabNav {
	margin: 0;
	padding: 3px 0;
	width: 100%;
	list-style: none;
}
#tabNav li {
	display: inline;
}
#tabNav li a{
	background: #036;
	color:#fff;
	border: 1px solid #888;
	border-bottom: 0;
	margin-right:5px;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:2px;
}

/* Instellingen voor geselecteerde tab */
#tabNav li a:hover {
	background-color:#fff;
	color:#036;
}
#tabNav li.current {
	padding-bottom: 4px;
}

#tabNav li.current a{
	background: #C03;
	color:#fff;
}
