/* ------------ Navigation --------------- */
#menu { float: left; margin:20px 0;}

#menu ul, #menu li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    float: left;
    position: relative;}
	
	
	
#menu ul li a, #menu ul li a:visited {
    display: inline-block;
	font-family: "Open Sans",Arial,sans-serif;
    text-transform: lowercase;
	color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 20px;
	margin-left: 12px;
    text-decoration: none;
    text-transform: lowercase;
	border: 1px solid #564944;
	border-radius: 3px;
	
}


	
#menu ul > li.current > a, #menu ul > li > a:hover  {
	background-color: #B3D801;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
	
/* ------------ Navigation active links --------------- */
body.home-info a#home {color:#033D55; border-bottom:1px solid #ccc;}
body.m3-info a#hugo {color:#444; background: none repeat scroll 0 0 #efefef;}
body.producten-info a#producten {color:#444; background: none repeat scroll 0 0 #efefef;}
body.voorbeelden-info a#voorbeelden {color:#444; background: none repeat scroll 0 0 #efefef;}
body.prijzen-info a#prijzen {color:#444; background: none repeat scroll 0 0 #efefef;}
body.contact-info a#contact {color:#444; background: none repeat scroll 0 0 #efefef;}  	

	
.ie-dropdown-fix {
    position: relative;
    z-index: 5;}


.selectnav {
    display: none;
}
@media screen and (max-width: 600px) {
.js #nav {
    display: none;
}
.js .selectnav {
    display: block;
}
