@charset "utf-8";

#navigatie {
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 200px;
	color: #000000;
	padding-right: 0;
	padding-left: 0;
}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#navigatie ul li {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navigatie ul li a {
	display: block;
	padding: 10px;
	background-color: #a91b37;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #e9c6cd;
}

html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover {
	background-color: #e9c6cd;
	color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #a91b37;
}
