@charset "UTF-8";
#navigatie {
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 12em;
	padding: 2;
	margin-bottom: 1em;
	color: #000000;
	border-right-width: 1px;
	border-right-style: none;
	left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigatie ul li {
	margin: 0;
	border-top-width: 1px;
	border-top-style: none;
}
#navigatie ul li a {
	display: block;
	padding: 2px 2px 2px 4px;
	text-decoration: none;
	width: 100%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #00999B;
}
html>body #navigatie ul li a {
	width: 12em;
	font-size: 14px;
	border-top-style: 2;
	border-right-style: 2;
	border-bottom-style: 2;
	border-left-style: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 1px;
	padding: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	word-spacing: normal;
}
#navigatie ul li a:hover {
	background-color: #00999B;
	color: #A1A6A9;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #00999B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	border-top-width: medium;
	border-top-style: none;
}

