/* HOOFDMENU */
.hoofdmenu-item {
	background:				url(../images/button_nav2.jpg);

    height:					25px;
	padding-left:			12px;
    text-align:				left;
	padding-top:			4px;
}

.hoofdmenu-item a{
	color:					#ffffff;
	font-family:			arial;
	font-weight:			normal;
	font-size:				12px;
	text-decoration:		none;
}

.hoofdmenu-item a:hover {
    color:					#000000;
}

td.hoofdmenu-item a.selected {
	font-weight:			bold;
}