.home_button{
	font-size:12px;
}
.home_button a{
	color:#999;
}
.home_button a:hover{
	color:#000;
	text-decoration:none;
}

DIV#navigatie{
}

DIV#navigatie div.menuitem{
	height:20px;
}

DIV#navigatie div.bullet{
	float:left;
	width:19px;
	height:19px;
	background-image:url('/images/arrow_right.png');
	background-repeat:no-repeat;
}

DIV#navigatie div.bullet_selected{
	float:left;
	width:19px;
	height:19px;
	background-image:url('/images/arrow_down.png');
	background-repeat:no-repeat;
}

DIV#navigatie div.bullet_none{
	float:left;
	width:19px;
	height:19px;
}

DIV#navigatie div.bullet img{
	margin-top:5px;
	margin-left:4px;
}

DIV#navigatie div.menu_label{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}

DIV#navigatie div.menu_label_3{
	font-size:12px;
	line-height:12px;
	font-weight:normal;
}

DIV#navigatie a:hover{
	text-decoration:none;
}

