/* Start of CMSMS style sheet 'Nieuw - nav horiz' */
/********************
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: url(/images/menu_bg_lint2.png) left no-repeat;
   text-transform: uppercase;
   height: 50px;
   color: #fff;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0 0 0 30px;
   padding: 9px 5px;
   height: 2.2em;
   list-style: none;
   color: #fff;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: none;
   font-size: 16px;
   text-transform: uppercase;
   font-family: times;
   padding-right: 30px; 
line-height:2.2em;
}


/* 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 */
   display: block; /* IE has problems with this, fixed above */
   color: #fff;
}


/* hover state for links */
div#menu_horiz li a:hover {
   text-decoration: none;
   color: #e6007e;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #fff;
}

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

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



/* TWEEDE LAAG */
div#menu_horiz ul ul {
    display:none;
    position:absolute;
    z-index:9999;
    background:#323232;
    margin-left:0;
    overflow:hidden;
    height:auto;

}

div#menu_horiz ul ul li {
    float:none;
font-size: 13px;
}
div#menu_horiz ul li:hover ul,
div#menu_horiz ul li.hover ul {
    display:block;
}
/* End of 'Nieuw - nav horiz' */

