/* navigatie */

.navigatie {
	background-image: url("../imgs/menu.png");
	background-repeat: repeat-x;
	height: 31px; 
	width: 920px;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* hack om het de fout in IE5.5 i.v.m. het box model weg te werken */
* html .navigatie {
	width: 921px;
	w\idth: 920px;
}
