/* Niveau 0 */
a.hoofdrubr0, a.hoofdrubr0actief, a.hoofdrubr0actiefparent, a.hoofdrubr0parent {
	display: block;
	width: 140px; /* voor firefox */
	_width: 160px;
	height: 22px; /* voor firefox */
	_height: 26px;
	padding: 3px 5px 1px 15px; 
	margin-top: 7px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #7BA1CC url(/images/algemeen/navigatie/niveau0_bocht.gif) no-repeat;
}

a.hoofdrubr0:hover, a.hoofdrubr0actief, a.hoofdrubr0actiefparent, a.hoofdrubr0parent {
	color: #fff;
	text-decoration: none;
	background: #2362AA url(/images/algemeen/navigatie/niveau0_hover_bocht.gif) no-repeat;
}
a.hoofdrubr0actiefparent, a.hoofdrubr0parent {
	background: #2362AA url(/images/algemeen/navigatie/niveau0_active_bocht.gif) no-repeat;
}

/* Niveau 1 */
a.hoofdrubr1, a.hoofdrubr1actief {
	display: block;
	width: 140px; /* voor firefox */
	_width: 160px;
	padding: 0 5px 0 15px; 
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #2362AA;
	background: #BDD0E6;
	text-decoration: none;
}

a.hoofdrubr1:hover, a.hoofdrubr1actief {
	color: #fff;
	background: #FF1000;
}
.submenuafsluiting {
	font-size: 1px;
	width: 160px;
	height: 9px;
	background: #BDD0E6 url(/images/algemeen/navigatie/submenuafsluiting_bg.gif) no-repeat;
}

/* Niveau 2 */
a.hoofdrubr2, a.hoofdrubr2actief {
	display: block;
	width: 120px; /* voor firefox */
	_width: 160px;
	padding: 0 5px 0 35px; 
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 11px;
	color: #2362AA;
	background: #BDD0E6;
	text-decoration: none;
}

a.hoofdrubr2:hover, a.hoofdrubr2actief {
	font-weight: bold;
}


