/* Start of CMSMS style sheet 'BP-navigatie 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-color:#ffffff;  /* background color for the entire menu row */
   padding: 20px 0 0 6px;
   float:left;
   font-size:10pt;

}


div#menu_horiz ul {
   margin: 0 0 0 -46px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   border-right-width: 1px;
   border-right-style: solid;
   border-right-color:#bed6e1;
   line-height:18px;
}


/* 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: #20a2de;
   font-weight:bold;
   padding-left:8px;
   padding-right:8px;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #ffffff;
   color: #802990;
   

}
div#menu_horiz a.activeparent:hover {
   background-color: #ffffff;
   color: #802990;
   
  
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #ffffff; 
   color: #802990;


}

div#menu_horiz h3 {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #802990;
   background: #ffffff;
   display: block; /* IE has problems with this, fixed above */
   font-size:1em;
   padding-left:8px;
   padding-right:8px;

   }

/* End of 'BP-navigatie horiz' */

