/* Menu CSS for QbSite Style4 - WhizzWeb january 2006 */

.m1{  /* Definition for firstly defined menu */
  position:relative;
  top:0px;
  left:352px;
  width:595px;
  margin-left:10px;
  margin-top:0px;
  padding:0px;
  z-index:10;
}

/* Positioning individual menu items */
.m1 .level1 {
  margin:0px;
  padding:0px;
  padding-left:2px;
  padding-right:0px;
  float:left;
  background-image: url(images/menu/lijn.gif);
  background-repeat: no-repeat;
}

.m1 .first  {
  margin:0px;
  padding:0px;
  padding-left:2px;
  padding-right:0px;
  float:left;
  background-image: url(images/empty.gif);
  background-repeat: no-repeat;
  
}

/* Appearance of the menu items */
.m1 .level1 .layer1 {
  color:#FFFFFF;
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight:bold;
  font-size:14px;

  padding:10px;
  margin-top:0px;
  padding-left:8px;
  padding-right:8px;
}



.m1 .level1 .layer1:hover {
  color:#33287A;
  background-color:#EAA6B6;
  /* background-image: url(images/menu/mouse-over.gif); */
  /* background-repeat: x-repeat;*/
}
