<style type="text/css" media="all">
<!--


.intLink { 
  cursor: pointer; 
  img.intLink { 
  div {border-style: dotted;}
  border: 5px solid red;
    
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}}
 
#hoofdmenu a:hover {
color : #FF0000;
}
#toolBar1 select { font-size:10px; }
  


#hoofdmenu {
position : relative;
width : 200px;
height : auto;
}

#hoofdmenu a {
font-weight : bold;
text-decoration : none;
color : #0000FF;
width : auto;
height : 18px;
display : block;
float : left;
}

#hoofdmenu a:hover {
color : #FF0000;
}

#subitem19 {
position: absolute;
	background-color : white;
display : none;
padding : 5px;
z-index : 100;
  border: solid;
  border-width: 1px;
  border-color: #C69C6D;
}

#subitem19:hover {
display : block;
}

#subitem19 a {
font-weight : normal;
display : block;
float : none;
}

#subitem29 {
position: absolute;
background-color : white;
display : none;

padding : 5px;
z-index : 100;
  border: solid;
   border-bottom: solid;
 border-width: 1px;
  border-color: #C69C6D;
}

#subitem29:hover {
display : block;
}

#subitem29 a {
font-weight : normal;
display : block;
float : none;
}


.dropbtnM {
		background-color: white;
		background: transparent;
/*
    background-color: #3498DB;
     color: white;
		 */
    padding: 2px;
		margin:1px;
		margin-top:1px;		
    margin-left:10px;

		margin-bottom:0px;
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
    font-size: 1.20em;
}

/* Dropdown Button*/ 
.dropbtn {
		background-color: white;
		background: transparent;
/*
    background-color: #3498DB;
     color: white;
		 */
    padding: 2px;
		margin:1px;
		margin-top:1px;
		margin-bottom:0px;
    font-size: 9px;
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
}

/* Dropdown button on hover & focus */


.dropbtn:hover, .dropbtn:focus {
   /*  background-color: #008CBA; #008CBA; Blue  
   background-color: white; */ 
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
    cursor:pointer;
}

.dropbtn:disabled {
    opacity:0.3;
   cursor:default;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
		size: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
		background-color: #ddd
    min-width: 60px;
		size: auto;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 4px;
    text-decoration: none;
    min-width: 40px;
		size: auto;
		display: block;
		white-space: nowrap; 
		cursor:pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content a:focus {
	background-color: #ddd;
	}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}





/* Dropdown Content (Hidden by Default) */
.dropdownb-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
		background-color: #ddd
    min-width: 60px;
		size: auto;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdownb-content a {
    color: black;
    padding: 4px 4px;
    text-decoration: none;
    min-width: 40px;
		size: auto;
		display: block;
		white-space: nowrap; 
		cursor:pointer;
}

/* Change color of dropdown links on hover */
.dropdownb-content a:hover, .dropdown-content a:focus {
	background-color: #ddd;
	}


// -->
</style>
