/* Start of CMSMS style sheet 'Marktplaats - nav' */
/********************
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: transparent;  /* background color for the entire menu row */
   width: 100%;
   margin: 0 0 0 45px; /* was 40 */
   font-family:Arial;
   font-size: 13px;
   border-bottom: 0px solid #000;

}

/* 
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: 45px;
   width: 100%;
   background: #dce4ec;
   padding: 0 0 0 10px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   height: 36px;
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 16px .6em 33px; /* laatste was 34,padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #21479c;
   display: block; /* IE has problems with this, fixed above */
   font-weight:bold;
   border-bottom: 1px solid #21479c;
}

div#menu_horiz ul ul a {
   margin-left: 10px;
   padding: 8px 10px 0 12px;
   font-size: 11px;
   font-weight: normal;
   border-bottom: 0px solid #21479c;
}


/* hover state for links */
div#menu_horiz li li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   padding: .6em 16px .6em 16px; /* padding inside the list item box */
   margin: 0 0 0 6px; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #21479c;
   background: #dce4ec;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   border-right: 1px solid #21479c;
   border-left: 1px solid #21479c;
   border-bottom: 1px solid #dce4ec;
}

div#menu_horiz li li.activeparent a {
   padding: 8px 10px 0 10px; /* padding inside the list item box */
   margin: 0 0 0 6px; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #21479c;
   background: #dce4ec;
   display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   border-right: 0px solid #21479c;
   border-left: 0px solid #21479c;
   border-bottom: 0px solid #dce4ec;
   font-weight: bold;
}

div#menu_horiz h3 {
   padding: .6em 16px .6em 16px; /* padding inside the list item box */
   margin: 0 0 0 6px; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #21479c;
   background: #dce4ec;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   border-right: 1px solid #21479c;
   border-left: 1px solid #21479c;
   border-bottom: 1px solid #dce4ec;
}

div#menu_horiz ul ul h3 {
   padding: 8px 10px 0 10px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #21479c;
   background: #dce4ec;
   display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
   border-right: 0px solid #21479c;
   border-left: 0px solid #21479c;
   border-bottom: 0px solid #dce4ec;
}


/* End of 'Marktplaats - nav' */

