/* uitzicht menu links */
a.topmenu {
display: inline; /* voor verticaal menu: display: block;  voor horizontaal menu: display: inline;*/
width: 160px;
height: 30px;
text-align: center;
padding: 0pt;
spacing: 0pt;
text-decoration: none;
font-family:Trebuchet MS;
font-size:12pt;
font-weight: bold;
color: #096968;
border: 1px solid #096968;
background-color: #F9EB9B
}
/* uitzicht menu links bij muisover */
a:hover.topmenu, a:active.topmenu {
background-color: #096968; 	/* een andere achtergrondkleur */
color: #F5E06B;				/* een andere tekstkleur       */
border: 1px solid #096968;
font-weight: bold;
}
a.linksmenu {
display: block; /* voor verticaal menu: display: block;  voor horizontaal menu: display: inline;*/
width: 160px;
height: 21px;
text-align: center;
padding: 0pt;
spacing: 0pt;
text-decoration: none;
font-family:trebuchet MS;
font-size:10pt;
font-weight: bold;
color: #096968;
border: 2px solid #F5E06B;
background-color: #F9EB9B;
}
/* uitzicht menu links bij muisover */
a:hover.linksmenu, a:active.linksmenu {
background-color: #096968; 	/* een andere achtergrondkleur */
color: #F5E06B;				/* een andere tekstkleur       */
border: 2px solid #F5E06B;
font-weight: bold;
}

a.downunder {
display: block; /* voor verticaal menu: display: block;  voor horizontaal menu: display: inline;*/
width: 160px;
height: 21px;
text-align: center;
padding: 0pt;
spacing: 0pt;
text-decoration: none;
font-family:trebuchet MS;
font-size:10pt;
font-weight: bold;
color: #096968;
border: 2px solid #F5E06B;
background-color: #FF0000;
}
/* uitzicht menu links bij muisover */
a:hover.downunder, a:active.downunder {
background-color: #096968; 	/* een andere achtergrondkleur */
color: #FF0000;				/* een andere tekstkleur       */
border: 2px solid #F5E06B;
font-weight: bold;
}