/* lichtblauw: #d6deef */
/* Default Style For domMenu */

div.domMenu_menuBar {
  font-family: Courier New;
  font-size: 12px;
  font-weight: bold;
  color: #283980;
  text-decoration: none;
 }

div.domMenu_menuElement {
  font-family: Courier New; 
  font-size: 12pt;
  font-weight: bold;
  color: #283980;
  padding: 2px 4px 2px 4px;
  text-decoration: none; 
  border-left: solid;
  border-width: 0px;  
/*border-color: #334444; */
  border-color: #283980; 
}

div.domMenu_menuElementHover {
  font-family: Courier New;
  font-size: 12pt;
  font-weight: bold;
  color: #283980;
/*  color: #DAE2EF; */
  border-width: 1px;
}

div.domMenu_subMenuBar {
  border-bottom: solid;  
  border-width: 1px;
  border-color: #283980; /* rand om menu's */
  padding-left: 1px;
  margin-top: 4px;
}

div.domMenu_subMenuElement {
  font-family: Courier New; 
  font-size: 8pt;
  font-weight: bold;

  border: solid #283980; /* rand om menu's */  
  border-width: 1px 1px 0px 1px;
  background-color: #D1D743; 

/*  background-color: #121266; */
  color: #283980; 
  padding: 4px;

}

div.domMenu_subMenuElementHeading {
  font-weight: bold;
}

div.domMenu_subMenuElementHover {
/*  background-color: #DAE2EF;*/
  background-color: #EADDCC;
  color: #aa0000;
}
