/* Start of CMSMS style sheet 'Beeld-NAV-hor' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #fff;  /* background color for the entire menu row */
   margin: 113px 0 0 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
}

div#menu_horiz ul ul {
margin-left: 7px;
 }


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0;
   padding: 0 5px;
   border-right: 1px solid #000;
   font-size: 20px;
   line-height: 20px;

}

div#menu_horiz li li{

   font-size: 12px;
line-height: 12px;
background-color: #000;
margin-right: 10px;
padding: 3px;
}


div#menu_horiz li.twee {
   padding: 0;
   border: none;
   font-size: 12px;
   margin-top: 10px;

}





/* the links, that is each list item */
div#menu_horiz a {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
 color: #000;
}
div#menu_horiz a.activeparent:hover {
   color: #000;
}

div#menu_horiz li li a {
color: #fff;
}

div#menu_horiz li li a:link{
color: #fff;
}

div#menu_horiz li li a:visited {
color: #fff;
}

div#menu_horiz li li a:hover {
background-color: #000;
color: #fff;
text-decoration: underline;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #000;
   font-size: 12pt;
}

div#menu_horiz  h3{
   margin: 0;
   text-decoration: none; /* no underline for links */
   color: #000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;
}

div#menu_horiz li li h3{
   margin: 0;
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;
}

/* End of 'Beeld-NAV-hor' */

