/* default menu style */

#mdefault {
  background-color: #F0ECEB;
  width: 12.5%;
}

#minfoinact, #mcollinact, #mtentinact, #mloginact, #msearchinact, #mhomeinact {
  background-color: #F0ECEB;
}

#minfoinact a:link, #minfoinact a:visited {
  color: #5F98B5;
  text-decoration: none;
}


#mcollinact a:link, #mcollinact a:visited {
  color: #9B1027;
  text-decoration: none;
}

#mtentinact a:link, #mtentinact a:visited {
  color: #D2B675;
  text-decoration: none;
}

#mloginact a:link, #mloginact a:visited {
  color: #738B1B;
  text-decoration: none;
}

#msearchinact a:link, #msearchinact a:visited {
  color: #DD4C4F;
  text-decoration: none;
}

#mhomeinact a:link, #mhomeinact a:visited {
  color: #325A97;
  text-decoration: none;
}

/* custom menu style */


#minfo, #mcollecties, #mtentoonstelling, #mlogin, #mzoek, #mcontact, #mhome,
#minfoinact, #mcollinact, #mtentinact, #mloginact, #msearchinact, #mhomeinact, #maotd{
  cursor: pointer;
  text-decoration: none;
  font-size: 10px;
  padding-left: 3px;
  padding-bottom: 3px;
  vertical-align: bottom;
  width: 12.5%;
}

#minfo {
  background-color: #5F98B5;
  color: white;
}

#mcollecties {
  background-color: #9B1027;
  color: white;
}

#mtentoonstelling {
  background-color: #D2B675;
  color: white;
}

#mlogin {
  background-color: #738B1B;
  color: white;
}

#mzoek {
  background-color: #DD4C4F;
  color: white;
}

#mcontact {
  background-color: #811C92;
  color: white;
}

#mhome {
  background-color: #325A97;
  color: white;
}

#maotd {
  background-color: orange;
  color: white;
}

/* Hyperlink styles *****************************************************/

.mdefault a:hover {
  text-decoration: none;
}

/* white text */
#minfo a:link, #minfo a:visited,
  #mcollecties a:link, #mcollecties a:visited,
  #mtentoonstelling a:link, #mtentoonstelling a:visited,
  #mlogin a:link, #mlogin a:visited,
  #mzoek a:link, #mzoek a:visited,
  #mcontact a:link, #mcontact a:visited,
  #mhome a:link, #mhome a:visited,
  #maotd a:link, #maotd a:visited {
  color: white;
  text-decoration: none;
}


}

