	/* Subnavigatie */ 

.subnav{
	background-color: #6E6E6E;
	font-family: Arial;
	font-size: 11px;
}

.subnav a:link, .subnav a:visited{
	color: #b7b7b7;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	font-weight: bold;
	}	
	
.subnav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
.subnav p{
	margin-top: 6px;
	margin-bottom: 0;
}
