/* menu */ 
#mx { 
  position: relative;
  top: 0px;
} 

#mx, #mx ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
} 

#mx ul { 
  font-weight: normal; 
} 

#mx li { 
  background-position: 0 0; border:0px solid #FFFFFF; background-repeat:no-repeat; background-attachment:scroll;
} 

#mx ul li { 
  border-color: #e4e4e4; 
  border-width: 0px;
/* margin-bottom: 1px; */
}
 
#mx a { 
  display: block; 
  margin: 0; 
  padding: 2px; 
  text-decoration: none; 
  color: #FFFFFF; 
  font: 0.8em Arial, Verdana, sans-serif;
} 

/* menu parent */ 
#mx li.m { 
  position: relative; 

  color: #FFFFFF; 
  z-index: 255; 
  top: 0px; 
  left: 0px; 
  border-width: 0px; 
  text-align: left; 
} 


/* menu parent EN popup menu */

#mx li.m a { 
/*  background: #ffffff url('images/nav_bg.jpg') no-repeat 0 0 ; */
  color: #656565;
  border: 0px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 15px;
/* Nodig voor IE */
  font: 0.8em Arial, Verdana, sans-serif; 
} 

#mx li.m a:hover { 
  
  color: #0057b1; 
  border: 0px solid #0057b1;
/* Nodig voor IE */
  font: 0.8em Arial, Verdana, sans-serif; 
} 

/* popup menus */ 
#mx li.m ul { 
  display: none; 
  position: absolute; 
  top: 40px; 
  left: 10px; 
  width: 196px;
  padding: 0;
  color: #656565;
  z-index: 200; 
  background: #ffffff url('images/nav_bg.jpg') repeat-y 0 0;
  border-width: 0px; 
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  text-align: left;   
} 

#mx li.m ul a:hover{ 
  background: #ffffff url('images/nav_bg2.jpg') repeat-y 0 0;
  border-left: 0px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;

}