/* 
NAV1 = HET HOOFDMENU
NAV11  = 1e LEVEL VAN HET SUBMENU
NAV12 = 2e     "          "      "             " 
enz.......
LI = KNOPPEN 
UL = HET HELE BLOCK
*/


ul.NAV1,
ul.NAV1 ul {
	color:#69267e;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.NAV1 ul {
    position: absolute;
}


ul.NAV1 li {
	color:#69267e;
    position: relative;
    float: left;
    width: auto;
	padding-right:10px;
	height: 18px;
    border-left: 1px solid #481559;
}

ul.NAV1 li > ul {
	color:#69267e;
    display: none;
}
* html ul.NAV1 ul {
	color:#69267e;
    display: none;
}


/**
 * This will open the submenu when hovered 
  */
ul.NAV1 ul.hover {
color:#69267e;
display: block;
background-color:#dff466;
}

/**
* GELDT VOOR ZOWEL VOOR HOOFD ALS SUB
 * Styling of links used in the menu 
 * Change colors, padding and text-decoration as you like
 */
ul.NAV1 li a {
    display: block;
    text-decoration: none;
    float: left;
	color:#69267e;
    padding: 3px;

}

/*
ul.NAV11 li a {
    border-left: 1px solid #0c0f46;
}
*/
/**
 * This block describes styling of hovered menu items
 * Change colors or text-decoration as you like
 */
ul.NAV1 a.hover {
    color: #EE3C96;
}

/**
 * This block describes styling of active menu items
 */
ul.NAV1 a.active {
    color: #EE3C96;
}

/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV1 li { 
float: left; 
font-style:normal;
color:#69267e;
}
* html ul.NAV1 li a { 
height: 1%; 
color:#69267e;
}
/* End */



/* SUBMENU */

ul.NAV11,
ul.NAV11 ul {
color:#69267e;
	top:18px;
	left: 0px;
	width:200px;
	z-index: 20;
	border:#a2bf00 1px solid;
	font-weight:normal;
}

ul.NAV11 li {
color:#69267e;
	height:auto;
    width: 200px;
padding: 0px;
	border:0px;
	font-weight:normal;
}

* html ul.NAV11 ul {
color:#69267e;
    display: none;
    z-index: 20;
	font-weight:normal;
}
ul.NAV11 li a {
    display: block;
    text-decoration: none;
	color:#0c0f46;
font-weight:normal;
}
ul.NAV11 li a.hover {
    display: block;
    text-decoration: none;
	color:#0c0f46;
font-weight:normal;
}
ul.NAV11 li a.active{
    display: block;
    text-decoration: none;
	color:#0c0f46;
font-weight:normal;
}

ul.NAV11 li.hover {
font-style:normal;
background-color:#f1fdaa;
}
	
/* Fixes IE-windows problems with linebreaks, hide for IE-mac \*/
* html ul.NAV1 li { 
float: left; 
font-weight:normal;
}
/* End */

