@CHARSET "ISO-8859-1";
#menu {
	clear: both;
	float: left;
	font-size: 14px;
	color: #222;
	margin: 5px 0 24px 60px;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	line-height: 1em;
	position: relative;
}
#menu li {
	display: block;
	width: auto;
	float: left;
	padding: 0 7px;
}
#menu li a {
	display: block;
	padding-bottom: 6px;
}
#menu li:first-child {
	padding-left: 0;
}
#menu li.active a {
	font-weight: bold;
}
#menu a {
	color: #222;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li ul {
	margin: 0 0 0 -7px;
	padding: 3px 10px 18px 10px;
	background: url(../images/uitklapmenu.png) center bottom no-repeat;
	text-transform: none;
	color: #fff;
	position: absolute;
	display: block;
	width: 173px;
	left: -999em;
	line-height: 1.35em;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#menu li li {
	padding: 0;
	margin: 2px 0;
	width: 100%;
	border-bottom: 1px dotted #746e6e;
	display: block;
}
#menu li.active ul a {
	font-weight: normal;
}
#menu ul a {
	color: #fff;
	display: inline;
	padding: 0;
}
#menu li ul a:hover {
	text-decoration: underline;
}


#footer ul {
	margin: 16px 0 0 405px;
	padding: 0;
	font-size: 10px;
	list-style: none;
	float: left;
	clear: left;
	line-height: 1em;
	width: 350px;
}
#footer li {
	display: block;
	margin: 0;
	border-left: 1px solid #746e6e;
	padding: 0 6px;
	float: left;
	width: auto;
}
#footer li:first-child {
	border: 0;
}
#footer a {
	color: #746e6e;
	text-decoration: none;
}