#nav1 .steden 		{ width: 62px; }
#nav1 .info 		{ width: 40px; }
#nav1 .aanmelden 	{ width: 95px; }
#nav1 .beeld 		{ width: 55px; }
#nav1 .archief 		{ width: 69px; }
#nav1 .media 		{ width: 50px; }


li.headlink { 
	display: block;
	float: left;
	height: 27px;
	padding: 0 5px;
	line-height: 27px;
	margin: 0 3px;
	background: black;
	border: 1px solid black;
	border-bottom: none; }

li.headlink:hover { 
	border: 1px solid white; }

li.headlink a {
	display: block;
	height: 27px;
	color: white;
	line-height: 27px;
	text-decoration: none;
	letter-spacing: 0.2px; }

li.headlink ul { 
	display: none;
	padding: 0;
	margin-left: -6px; }

li.headlink:hover ul { 
	display: block; }
	
li.headlink ul li a {
	display: block;
	width: 130px !important;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-weight: bold;
	border: 1px solid white;
	margin-bottom: -1px;
	color: white;
	background: black; }

li.headlink:hover ul li a:hover {
	background: rgb(0, 173, 239);
	color: white;
	text-decoration: none; }
