div.nav_button{

	float: left;
	margin-top: 4px;

	height: 22px;

	padding-top: 8px;
	font: normal normal 400 11px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #fff;
	text-align: center;	
cursor: pointer;


}

div.nav_button:hover{
margin-top: 2px;
height: 26px;
line-height: 18px;


text-decoration: underline;


}
div.nav_button_active{
	float: left;
	margin-top: 2px;
height: 26px;
padding-top: 10px;

	font: normal normal 400 11px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #fff;
	text-align: center;
text-decoration: underline;

cursor: pointer;

}

div#home{
width: 100px;
}

div#home.nav_button_active{
background-image: url(images/bg_nav_home.gif);
width: 100px;
}
div#home:hover{
background-image: url(images/bg_nav_home.gif);
width: 100px;
}
div#advertentie_zoeken{

width: 160px;
}

div#advertentie_zoeken.nav_button_active{
background-image: url(images/bg_nav_advz.gif);
width: 160px;
}


div#advertentie_zoeken:hover{
background-image: url(images/bg_nav_advz.gif);
width: 160px;
}




div#advertentie_plaatsen{

width: 170px;
}

div#advertentie_plaatsen.nav_button_active{
background-image: url(images/bg_adv_advp.gif);
width: 170px;
}


div#advertentie_plaatsen:hover{
background-image: url(images/bg_adv_advp.gif);
width: 170px;
}

div#contact{
width: 110px;
}

div#contact.nav_button_active{
background-image: url(images/bg_adv_contact.gif);
width: 110px;
}
div#contact:hover{
background-image: url(images/bg_adv_contact.gif);
width: 110px;
}

