/*-- MENU GENERAL --*/
#menu {width:780px;text-align:center;}
#menu ul {
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	display:table;
	white-space:nowrap; 
	list-style:none; 
	height:30px; 
	position:relative;
	font-size:11px;
	}
#menu ul {display:inline-block;}
#menu ul {display:inline;}
#menu ul li {float:left;}
#menu {text-align:center;}

#menu li {margin:0; padding:0;}
/*-- MENU ITEMS --*/
#menu li a {
	display:block;
	float:left; 
	height:30px; 
	line-height:30px; 
	color:#183994;
	text-decoration:none; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold;
	text-align:center; 
	padding:0 0 0 10px; 
	cursor:pointer;
	background:url(../images/menu_uit_links.gif) no-repeat;
	/*positioneer de menu items een beetje naar benenden*/
	margin-top:10px;
}
#menu li a b {
	float:left; display:block; padding:0px 15px 5px 5px; 
	background:url(../images/menu_uit_rechts.gif) no-repeat right top;
}
/*-- MENU HOVER ITEMS --*/
#menu li a:hover {color:#fff; background: url(../images/menu_hover_links.gif) no-repeat;}
#menu li a:hover b {background:url(../images/menu_hover_rechts.gif) no-repeat right top;}
/*-- MENU CURRENT ITEMS--*/
#menu li.current a {color:#fff; background:url(../images/menu_aan_links.gif) no-repeat;}
#menu li.current a b {background:url(../images/menu_aan_rechts.gif) no-repeat right top;}
#menu li.current a:hover {color:#fff; background: url(../images/menu_aan_links.gif) no-repeat; cursor:default;}
#menu li.current a:hover b {background:url(../images/menu_aan_rechts.gif) no-repeat right top;}

/*-- SPACER --*/
#menu li.spacer {
	display:block; float:left; height:30px; line-height:30px;
	text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold;
	text-align:center; padding:0 0 0 10px; 
	background:url(../images/menu_uit_links.gif) no-repeat;
	/*positioneer de menu items een beetje naar benenden*/
	margin-top:10px;
}
#menu li.spacer span {
	float:left; padding:0px 15px 5px 5px;
	background:url(../images/menu_uit_rechts.gif) no-repeat right top;
	width:42px;
}

