#menu188id25 ul,
#menu188id25 li,
#menu188id25 span,
#menu188id25 a {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
}
#menu188id25 {
	height: 49px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	
	border-bottom: 2px solid #f1f1f1;
}
#menu188id25:after,
#menu188id25 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu188id25 a {
	color: #0978b3;
	display: inline-block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 49px;
	padding: 0 20px;
	text-decoration: none;	
}
#menu188id25 ul {
  list-style: none;
}
#menu188id25 > ul {
  float: left;
}
#menu188id25 > ul > li {
  float: left;
}
/*driehoekje onder menukeuze*/
#menu188id25 > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f1f1f1;
	margin-left: -10px;
	
}
/* eerste topmenukeuze */
#menu188id25 > ul > li:first-child > a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
/* laatste topmenukeuze */
#menu188id25 > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#menu188id25 > ul > li.active a {
	box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	
	background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
	background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
	background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
	background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
}
#menu188id25 > ul > li ul a {
	color: #666;	
}
/* roloevr menukeuzes hoofdmenu top lichtblauwe bckgr */
#menu188id25 > ul > li:hover > a {
	/* box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;*/
	background-image: url(../../Images/Kalk%20kopie/Kalk_Blue_20.png);
}
#menu188id25 .has-sub {
  z-index: 1;
}
/*achtrgrond submenu kleur*/
#menu188id25 .has-sub:hover > ul {
  display: block;

background-image: url(../../Images/Kalk%20kopie/KalkGray30.png);

}
#menu188id25 .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#menu188id25 .has-sub ul li {
  *margin-bottom: -1px;
}
#menu188id25 .has-sub ul li a {
	background-image: url(../../Images/Kalk%20kopie/kalk80.png);
	border-bottom: 1px dotted #f7f7f7;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 180%;
	padding: 10px;
}
/*      submenu*/
#menu188id25 .has-sub ul li:hover a {
	color: #FFF;
	background-image: url(../../Images/Kalk%20kopie/Kalk_Blue_20.png);
}
#menu188id25 .has-sub .has-sub:hover > ul {
  display: block;

}
#menu188id25 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu188id25 .has-sub .has-sub ul li a {
 
  border-bottom: 1px dotted #e7e7e7;
}
#menu188id25 .has-sub .has-sub ul li a:hover {
	background-image: url(../../Images/Kalk%20kopie/Kalk_Blue_80.png);
	color: #FFF;
}
