/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* hele menu */
div#menu_horiz {
    text-align:center;
    margin-left: 151px;  
    height:20px;
    text-transform: uppercase;
    font-size:12px;
   font-weight:bold;
}

/* de menulijst */
div#menu_horiz ul {
 }


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   height:20px;
   border-right: 2px solid #fff;
   letter-spacing: 0.1em;
   width:129px;
   padding-top:4px;

}


/* 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: #fff;
    display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
  color: #00A4E8;
  background-color:#c9d217;
}
div#menu_horiz a.activeparent:hover {
   color: #00A4E8;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
     color: #007db3;
}
/*actieve menukeuze*/
div#menu_horiz h3 {
    text-decoration: none; /* no underline for links */
    color: #007db3;
    display: block; /* IE has problems with this, fixed above */
    font-size: 12px;                          /*     instead of the normal font size for <h3> */

/* End of 'Navigation: Simple - Horizontal' */

