#nav {
}
#nav a {
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 160%;
}
/* Zorg dat je geen bullets ziet verschijnen. */
#nav, #nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* per niveau geef je aan of deze is geselecteerd of niet */
/* level 1*/
#nav li.unselected a, #nav li.unselected a:active{
color: #666666;
}
#nav li.unselected a:hover {
color: #BC1518;
}
#nav li.selected a, #nav li.selected a:active{
color: #BC1518;
}
#nav li.selected a:hover {
}
/* level 2 */
#nav ul li.unselected a, #nav ul li.unselected a:active{
color: #666666;
font-size:10px;
padding: 0 10 0 0;
}
#nav ul li.unselected a:hover {
color: #BC1518;
font-size:10px;
padding: 0 10 0 0;
}
#nav ul li.selected a, #nav ul li.selected a:active{
color: #BC1518;
font-size:10px;
padding: 0 10 0 0;
}
#nav ul li.selected a:hover {
font-size:10px;
padding: 0 10 0 0;
}
