/* Start of CMSMS style sheet 'BP-Tabs klein css' */
div#tabmenu {
padding: 3px 0px 0px 4px;
width:587px;
height:26px;
background-color:#d1e7f1;
border: 2px solid #bed6e1;
background-image:url(uploads/images/site-items/navpatroon.gif);
background-repeat:repeat-x;
background-position:bottom;
}

/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menutab_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#menutab_horiz {
     /* background color for the entire menu row */
   padding: 0px;
   float:left;
   font-size:11px;
   }


div#menutab_horiz ul {
   margin: 0px 0 0 -38px;
  
}




/* menu list items */
div#menutab_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   line-height:14px;
   text-align:center;
   margin: 0px;
}


/* the links, that is each list item */
div#menutab_horiz a {
   padding: 5px 17px 5px 17px;
   margin: 0px;
   text-decoration: none; /* no underline for links */
   color: #20a2de;
   font-weight:bold;
   display: block; /* IE has problems with this, fixed above */
   border-bottom: 2px solid #bed6e1;
   border-top: 2px solid #d1e7f1;
   
}


/* hover state for links */
div#menutab_horiz li a:hover {
   background-color: #ffffff;
   padding: 5px 15px 5px 15px;
   margin: 0;
   color: #20a2de;
   border-top: 2px solid #bed6e1;
   border-right: 2px solid #bed6e1;
   border-bottom: 2px solid #ffffff;
   border-left: 2px solid #bed6e1;
   

}
div#menutab_horiz a.activeparent:hover {
   background-color: #ffffff;
   padding: 5px 15px 5px 15px;
   margin: 0;
   color: #20a2de;
  
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menutab_horiz li.activeparent a {
   background-color: #ffffff;
   padding: 5px 15px 5px 15px;
   margin: 0;
   color: #20a2de;

}

div#menutab_horiz h3 {
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   font-size:1em;
   padding: 5px 15px 5px 15px;
   background-color: #ffffff;
   margin: 0;
   color: #20a2de;
   border-top: 2px solid #bed6e1;
   border-right: 2px solid #bed6e1;
   border-bottom: 2px solid #ffffff;
   border-left: 2px solid #bed6e1;

   }

/* End of 'BP-Tabs klein css' */

