
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu {
	float:			left;
	/*margin-bottom:	1em; */
	width:80;
        
}

/* ivm responsive tot telefoon menu */
ul.menu{

	position:relative;
	height:auto;

}

ul.menu ul{
	
}
/* eind ivm responsive tot telefoon menu */


.menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.55em 1em;
	text-decoration:none;
}

.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
   font-family: museosans900;
	color:			white;
    font-size:15px;
    font-weight:normal;
}


.menu a.nav-path-selected, ul li.nav-selected {
	font-weight: bold;
	color: gray;
}

.menu li {
	
	font-weight: bold;
	/*padding-top:6px; */
}
.menu li li {
	
	font-weight: normal;
	margin-top: 2px;
   
}

.menu li li a{
color:black;    
}

.menu li li li {
	
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	
	outline:		0;
}

/*** arrows **/

.menu > li > a > .sf-sub-indicator { /* haalt pijltjes uit hoofdmenu */
        background:none;
}

.menu a.sf-with-ul {
	/*padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* menu icon */
#menu-icon {
        display: none; /* hide menu icon initially */
}

/************************************************************************************
MOBILE
*************************************************************************************/


@media screen and (max-width: 768px) {
 

        /* menu icon */
        #menu-icon {
                color: white;
                width: 42px;
                height: 30px;
                background: url(../images/menu-icon.png) no-repeat 10px center;
                padding: 8px 10px 0 42px;
                cursor: pointer;

                display: block; /* show menu icon */
		
		      margin-left:5%;
              font-family: museosans900;
            color:			white;
            font-size:15px;
            font-weight:normal;
        
        }
        #menu-icon:hover {
              
        }
        #menu-icon.active {
                
        }
 
        /* main nav */
        .menu {
                clear: both;
                position: relative;
                top: 0px;
                width: 111%;
                z-index: 10000;
                padding: 5px;
                background: red;
               
                display: none; /* visibility will be toggled with jquery */
		
        }
	
	#menustreep{margin-top:0 !important;}
	
        .menu li {
                clear: both;
                float: none;
                margin: 15px 0 15px 10px;
        }
        .menu a,
        .menu ul a {
                font: inherit;
                background: none;
                display: inline;
                padding: 0;
                color: #666;
                border: none;
		          height:30px;
        
           
        
        }
    
    
        .menu a:hover,
        .menu ul a:hover {
                background: none;
                color: #000;
		
        }
 
        /* dropdown */
        .menu ul {
                width: auto;
                position: static;
                display: block;
                border: none;
                background: inherit;
		
        }
	
	.menu ul li:first-child{margin-top:15px;}
	.menu ul li:last-child{margin-bottom:15px;}
	
        .menu ul li {
                margin: 5px 0 5px 10px;
        }
 
}
 
@media screen and (max-width: 77766px) {

        .menux {
            display: block !important;
        }
 
}
