/* hoofdnavigatie links*/
#left ul li {
	color: white;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 0;
	text-decoration: none;
	font-weight: bold;
}

#left ul li a:link {
	color: white;
	text-decoration: none;
	font-size: 1.0em;	
}

#left ul li a:visited {
	color: white;
	text-decoration: none;
}

#left ul li a:hover {
	color: silver;
	border-right: 4px solid white;
	width: 153px;
	display: block;	
	text-decoration: none;
}

#left ul li a:active {
	color: white;	
	text-decoration: none;
}

/* subnavigatie rechts*/
#right ul li {
	color: white;
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#right ul li a:link {
	color: white;
	text-decoration: none;
}

#right ul li a:visited {
	color: white;
	text-decoration: none;
}

#right ul li a:hover {
	color: silver;
	border-right: 2px solid white;
	display: block;
	width: 153px;	
	text-decoration: none;
}

#right ul li a:active {
	color: white;	
	text-decoration: none;
}