   .menu {  
  width: 166px;
  height: 28px;
  background-image: url(../images/navigation_top_voorjaar.png);
  font-family: helvetica;
  font-size: 12px;
  font-weight: normal;
  background-repeat: no-repeat;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  text-transform: uppercase;   
  text-decoration: none;  
}
.menu ul {
  min-width: 140px;
  width: 160px;
  display: none;
  position:relative;
  color: black;
  list-style: none; 
  width: auto;  
}
.menu ul li {
  min-width: 140px;
  width: 160px;
  display: inline-block;
  background-color: #8483A6; /* background from dropdown menu vertical */
  margin-left: 1px;
  position: relative;
  
  font-family: helvetica;
  font-size: 12px;
  font-weight: normal;
}
#margin_first {
    margin-top: 15px; /*margin only for IE*/
    color: white;   
    position: relative; 
    text-decoration: none;
}
#white_link {
    color: white;
    text-decoration: none;    
}
#darkblue_link {
    color: #223F7E;
    text-decoration: none;
}
div.menu:hover ul {
  display: inline-block;
  margin: 0;
  padding: 0;   
  position: relative;
}
div.menu ul li:hover {
  background-color: #E64415; /*oranje */ 
  position: relative;
}
.menu_footer {  
  width: 166px;
  height: 28px;
  background-image: url(../images/navigation_bottom_voorjaar.png);
  font-family: helvetica;
  font-size: 12px;
  font-weight: normal;
  background-repeat: no-repeat;
  float: left;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  text-transform: uppercase;   
  text-decoration: none;  
}
.menu_footer ul {
  min-width: 140px;
  width: 160px;
  display: none;
  position:relative;
  color: black;
  list-style: none; 
  width: auto;  
}

