@charset 'UTF-8';
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #8e8e8e; /* geen merkbaar effect */
  width: auto;
}
#cssmenu > ul {
  margin-top: 6px !important;
}
#cssmenu ul {
  background: #ffff00; /* geen merkbaar effect */
  background: -webkit-linear-gradient(#cdcdcd 0%, #e2e2e2 80%, #cdcdcd 100%);
  background: linear-gradient(#cdcdcd 0%, #e2e2e2 80%, #cdcdcd 100%);
  border-top: 1px solid #8a8a8a;
  -webkit-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #858585, 0 2px 0 #999999, 0 8px 0 #858585, 0 9px 0 #6e6e6e, 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #858585, 0 2px 0 #999999, 0 8px 0 #858585, 0 9px 0 #6e6e6e, 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #858585, 0 2px 0 #999999, 0 8px 0 #858585, 0 9px 0 #6e6e6e, 0 -1px 1px rgba(0, 0, 0, 0.1);
  height: 27px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul ul {
  border-top: 6px solid #dd0000; /*-- streep bovenaan uitklapmenu */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cssmenu ul ul a {
  line-height: 26px;
}
#cssmenu ul ul ul {
  left: 100%;
  top: 0;
}
#cssmenu li {
  float: left;
  padding: 0px 8px 0px 8px;
}
#cssmenu li a {
  color: #555555; /*-- letters in hoofdmenu */
  display: block;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
}
#cssmenu li a:hover {
  color: #000000; /*-- letters in hover-stand */
  text-decoration: none;
}
#cssmenu li ul {
  background: #e0e0e0; /*-- kleur van uitklapmenu */
  border-left: 2px solid #858585;
  border-right: 2px solid #858585;
  border-bottom: 2px solid #858585;
  display: none;
  height: auto;
  filter: alpha(opacity=90);
  opacity: 0.95;
  position: absolute;
  width: 125px; /* breedte uitklapmenu */
  z-index: 200;
  /*top:1em;
		/*left:0;*/

}
#cssmenu li:hover > ul {
  display: block;
}
#cssmenu li li {
  display: block;
  float: none;
  padding: 0px;
  position: relative;
  width: 125px; /* breedet selectieband en plek 2e uitklpa */ 
}
#cssmenu li ul a {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover {
  background: #949494; /* achtergrond geselcteerd item in uitklap*/
  color: #000000; /* letters geselcteerd item in uitklap*/
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#cssmenu p {
  clear: left;
}
#cssmenu .active > a { 
  background: #858585; /*858585;*/ /* achtergrond in 'home' veld */
  -webkit-box-shadow: 0 -4px 0 #858585, 0 -5px 0 #999999, 0 -6px 0 #858585;
  -moz-box-shadow: 0 -4px 0 #858585, 0 -5px 0 #999999, 0 -6px 0 #858585;
  box-shadow: 0 -4px 0 #858585, 0 -5px 0 #999999, 0 -6px 0 #858585;
  color: #ffffff;
}
#cssmenu .active > a:hover {
  color: white;
}

style type="text/css">
a:link {color: #cc0000; text-decoration: none}
a:visited {color: #cc0000; text-decoration: none}
a:hover {text-decoration: underline}
p {font-family: Verdana,Arial,sans-serif}
p {font-size: 85%}
h2 {font-family: Verdana,Arial,sans-serif}
h2 {font-size: 100%}
h2 {text-align:center;}
h2 {color:rgb(200,0,0);}
h5 {font-family: Palatino Linotype,Times New Roman,Times,serif}
h5 {font-size: 75%}
</style>