#menu { 
position: absolute; 
left: 11px; 
top: 40;
text-align: left; 
text-decoration: none; 
background-color: none; 
width: 135; 
height: 250; 
font-size: 10.5pt;
font-style: normal;
font-weight: bold;
line-height: 15pt;
}


#menu a {
  display: block;
  width: 100%; 
  color: #75ACFF; /* tekstkleur */
  text-decoration: none;
}

#menu a:lite {
  background: #F3FAFF;
}

#menu a:dark {
  background: #F3FAFF;
}

#menu a:hover {
	color: #F3F300; /* tekstkleur als je over de link gaat #7FA9D3 */
	background: #A0C6FF; /* blok-kleur als je over de link gaat#9EDEFF */
	font-style: normal;
	font-size: 9pt;
	cursor: default;
}