/* Navigatie */
#navigatie a {
	color: #ff6600;
	border-bottom: none;
	font-size: 1.05em;
	font-weight: bold;
	padding: 0 40px 0;
	text-transform: lowercase;
}
#navigatie a:hover, #navigatie a.navactief {
	color: #fff;
}
/* Einde navigatie */


/* Subnavigatie */
#subnavigatie a {
	text-transform: lowercase;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
#subnavigatie a:hover, #subnavigatie a.subnavactief {
	font-size: 1.1em;
	color: #ff6600;
}
/* Einde subnavigatie */
.submenu {
	top:1px;
	padding-bottom: 4px;
	margin-top:2px;
	margin-right:3px;
	color: #000;
}
#subnavigatie a.subnav {
	font-weight: bold;
	color: #ff6600;
}
#subnavigatie a.defaultsubnav,
#subnavigatie a.sub2nav,
#subnavigatie a.sub2nav:hover,
#subnavigatie a.subsubnav {
	color: #000;
	font-weight: normal;
}
#subnavigatie a.defaultsubnav:hover,
#subnavigatie a.defaultsubnavactief {
	color: #ff6600;
}

#subnavigatie a.subsubnav:hover,
#subnavigatie a.subsubnavactief,
#subnavigatie a.subsubnavactief:hover {
	font-weight: bold;
	color: #000;
}



