/*---begin menu's---*/
#hoofdmenu {
	position			:	relative;
	top					:	-60px;
	left				:	236px;
	width				:	656px;
	height				:	40px;
}
#hoofdmenu a {
	text-align			:	center;
	float				:	right;
	height				:	30px;
	display				:	block;
	color				:	#000;
}
#hoofdmenu a span {
	float				:	left;
	height				:	30px;
	padding-top			:	3px;
	cursor				:	pointer;
}
#hoofdmenu a span.links {
	background			:	#FFF url(/images/hoofdmenubglinks.gif) top left no-repeat;
	padding-left		:	20px;
	padding-right		:	20px;
}
#hoofdmenu a span.rechts {
	background			:	#FFF url(/images/hoofdmenubgrechts.gif) top left no-repeat;
	width				:	5px;
}
#hoofdmenu a:hover span.links, #hoofdmenu a.menuitemopen span.links {
	background			:	#FFF url(/images/hoofdmenubglinksopen.gif) top left no-repeat;
}
#submenu {
	position			:	relative;
	width				:	236px;
	height				:	345px;
	background			:	transparent url(/images/hoofdmenubg.gif) 3px 30px no-repeat;
	margin-bottom		:	0px;
	padding-left		:	10px;
	top					:	-60px;
}
ul#navmenu {
    margin              :   0 0 0 0;
	padding             :   0;
    list-style-type     :   none;
    text-indent         :   0;
	padding-bottom		:	30px;
}

ul#navmenu li {
    display             :   inline; /* Hack for IE5, otherwise 1px gap?! */
}

ul#navmenu li a {
    display             :   block;
    padding             :   6px 0 14px 5px;
    color               :   #000;
	background			:	#FFF url(/images/submenubg.gif) top left no-repeat;
    text-decoration     :   none;
    font-size           :   11px;
	width				:	213px;
}

ul#navmenu li a:hover, ul#navmenu li a.active {
    background			:   #FFFFFF url(/images/submenubgopen.gif) top left no-repeat;
	color				:	#000;
}

ul#navmenu li ul {
    position            :   absolute;
    left                :   -999em;
}

ul#navmenu li:hover ul, ul#navmenu li.sfhover ul {
	position			:	absolute;
	left				:	50%;
	margin-left			:	-278px;
    margin-top          :   -22px;
    width               :   160px;
    background          :   url('../img/blank.gif'); /* Hack for IE, otherwise hover-state is not persistent mousing down the menu */
}

ul#navmenu li ul li a {
    background          :   #FFF url('../img/arrow_white.gif') no-repeat center left;
    border-bottom       :   1px solid #293D86;
}

ul#navmenu a.menuitemopen {
	color				:	#000;
    background			:   #FFFFFF url(/images/submenubgopen.gif) top left no-repeat;
}
/*---end menu's---*/

