@charset "UTF-8";
/* CSS Document */
a.menu:link, a.menu:visited {
	font-family: 'DroidSansBold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 50px;
	margin-right: 40px;
}
a.menu:hover, a.menu:active {
	background-image: url(../images/menu_pijl.png);
	background-repeat: no-repeat;
	background-position: center 27px;
}
.menu_active {
	font-family: 'DroidSansBold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/menu_pijl.png);
	background-repeat: no-repeat;
	background-position: center 27px;
	text-decoration: none;
	display: block;
	float: left;
	height: 50px;
	margin-right: 40px;
}
a.menu_footer:link, a.menu_footer:visited {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 7px;
	display: block;
}
a.menu_footer:hover, a.menu_footer:active {
	color: #d32715;
}