/* Start of CMSMS style sheet 'Navigation: klein-home' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_home {
   /* 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_home {
   background: transparent;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;

}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_home ul {
   margin: 3px 0px 0px 0px;
   padding: 0;
   height:16px;
 float: right;
}


/* menu list items */
div#menu_home li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
 }


/* the links, that is each list item */
div#menu_home a {
   padding: 0px 3px;
   margin-right: 4px; 
   text-decoration: none; 
   display: block; 
float: left;
font-size: .9em;
   height: 16px;
color: #254085;
text-transform: uppercase;
}

/*div#menu_home li#i58 a {
   background: url(uploads/images/subnav/route.png) 0 0px;
width: 57px;
}

div#menu_home li#i59 a {
   background: url(uploads/images/subnav/contact.png) 0 0px;
width: 74px;
}

div#menu_home li#i60 a {
   background:url(uploads/images/subnav/tijden.png) 0 0px;
width: 123px;
}
*/
div#menu_home a:hover {
   background-color: #254085;
   color: #fff;
   padding: 0px 3px;
}
/*
div#menu_home li#i59 a:hover {
   background: url(uploads/images/subnav/contact.png) 0 -32px;
width: 74px;
}

div#menu_home li#i60 a:hover {
   background: url(uploads/images/subnav/tijden.png) 0 -32px;
width: 123px;
}
*/
/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_home li.activeparent a {
   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_home h3 {
   padding: 0px 3px;
   margin-right: 14px; 
   text-decoration: none; 
   display: block; 
font-size: .9em;
float: left;
   height: 16px;
font-family: Verdana, Geneva;
font-weight: normal;
background-color: #254085;
font-size: 1em;
color: #fff;
text-transform: uppercase;
}


div#menu_home ul li#i59 h3 {
background:url(uploads/images/subnav/contact.png) 0 0;
width: 74px;
}


div#menu_home ul li#i60 h3 {
background:url(uploads/images/subnav/tijden.png) 0 0;
width: 123px;
}


/* End of 'Navigation: klein-home' */

