a.hoofdmenu
{
	display:			block;
	width:				138px;
	height:				29px;
	padding-left:		17px;
	padding-top:		7px;
	padding-bottom:		2px;

	background-image:	url("../images/menu.gif");

	font-size:			9pt;
	font-weight:		bold;
	color:				black;

	border-width:		0px 0px 1px 0px;
	border-style:		solid;
	border-color:		#08A0F3;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

a.hoofdmenu:link 
{
	text-decoration:	none;
	font-style:			normal;
}

a.hoofdmenu:visited 
{
	text-decoration:	none;
	font-style:			normal;
}

a.hoofdmenu:hover 
{
	text-decoration:	none;
	font-style:			normal;
	background-image:	url("../images/menu_active.gif");
}

a.hoofdmenu:active 
{
	text-decoration:	none;
	font-style:			normal;
}

span.hoofdmenu
{
	display:			block;
	width:				138px;
	height:				29px;
	padding-left:		15px;
	padding-top:		7px;
	padding-bottom:		2px;

	background-image:	url("../images/menu_empty.gif");

	font-size:			9pt;
	font-weight:		bold;
	color:				black;

	border-width:		0px 0px 1px 0px;
	border-style:		solid;
	border-color:		#08A0F3;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}
