div#menu {
    float:left;
	position: relative;
	background: url(/shared/images/custom/menu_top/sep.png) repeat-x;
	height: 29px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
    font-size: 12px;
	z-index:100;
}

div#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

div#menu a {
	display: block;
	margin-right: 0px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	margin-left: 1px; /* deze marges zorgend ervoor dat de verticale streepjes (de bg van #menu) er doorheen komen */ 
	margin-right: 1px; 
}

div#menu li ul li a {
    width:200px;
	overflow:hidden;
}

div#menu a:link {
    color: #999999;
	font-weight: normal;    
}

div#menu a:hover {
    color: #993300
}

div#menu li { /* all list items */
	float: left;
}

div#menu li ul { /* second-level lists */
	position: absolute;
	width: 212px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border-top: 1px dotted #999999;
}

div#menu li ul ul { /* third-and-above-level lists */
	margin-top: -21px; /* zorgt ervoor dat het uitgeklapte item op dezelfde hoogte start als z'n parent */
	margin-left: 205px; /* zorgt ervoor dat het uitgeklate item rechts van z'n parent start */
}

div#menu li:hover ul ul,
div#menu li.sfhover ul ul {
	left: -999em;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li.sfhover ul,
div#menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu li ul li { /* styling off all submenus */
	white-space: nowrap;
	background-color: white;
	line-height: 20px;
	padding-left:5px;
	padding-right:5px;
    width: 200px;
	border: 1px dotted #999999;
    border-top: 0px;
}	


/* styling of the main buttons */
#cat_home {
	text-indent: -999em;
	width: 62px;
	height: 26px;
	margin-left: 2px !important;
	background: url(/shared/images/custom/menu_top/home_NL.gif) no-repeat;
}
#cat_home:hover, #cat_home.selected {
	background: url(/shared/images/custom/menu_top/home_NL_mo.gif) no-repeat;
}

#cat_collecties {
	text-indent: -999em;
	width: 90px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/collecties_NL.gif) no-repeat;	
}
#cat_collecties:hover, #cat_collecties.selected {
	background: url(/shared/images/custom/menu_top/collecties_NL_mo.gif) no-repeat;
}

#cat_ik-zoek {
	text-indent: -999em;
	width: 65px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/ik-zoek_NL.gif) no-repeat;	
}
#cat_ik-zoek:hover, #cat_ik-zoek.selected {
	background: url(/shared/images/custom/menu_top/ik-zoek_NL_mo.gif) no-repeat;
}

#cat_extra {
	text-indent: -999em;
	width: 62px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/extras_NL.gif) no-repeat;	
}
#cat_extra:hover, #cat_extra.selected {
	background: url(/shared/images/custom/menu_top/extras_NL_mo.gif) no-repeat;
}

#cat_archiefbeheer {
	text-indent: -999em;
	width: 115px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/archiefbeheer_NL.gif) no-repeat;	
}
#cat_archiefbeheer:hover, #cat_archiefbeheer.selected {
	background: url(/shared/images/custom/menu_top/archiefbeheer_NL_mo.gif) no-repeat;
}

#cat_actueel {
	text-indent: -999em;
	width: 66px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/actueel_NL.gif) no-repeat;	
}
#cat_actueel:hover, #cat_actueel.selected {
	background: url(/shared/images/custom/menu_top/actueel_NL_mo.gif) no-repeat;
}

#cat_over-ons {
	text-indent: -999em;
	width: 76px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/over-ons_NL.gif) no-repeat;	
}
#cat_over-ons:hover, #cat_over-ons.selected {
	background: url(/shared/images/custom/menu_top/over-ons_NL_mo.gif) no-repeat;
}

#cat_contact {
	text-indent: -999em;
	width: 62px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/contact_NL.gif) no-repeat;	
}
#cat_contact:hover, #cat_contact.selected {
	background: url(/shared/images/custom/menu_top/contact_NL_mo.gif) no-repeat;
}

#cat_nieuwsbrief {
	text-indent: -999em;
	width: 105px;
	height: 26px;
	background: url(/shared/images/custom/menu_top/nieuwsbrief_NL.gif) no-repeat;	
}
#cat_nieuwsbrief:hover, #cat_nieuwsbrief.selected {
	background: url(/shared/images/custom/menu_top/nieuwsbrief_NL_mo.gif) no-repeat;
}

/* items met een pijltje */
#cat_archief,
#cat_bibliotheek,
#cat_beeld,
#cat_organisatie,
#cat_locaties_van_het_nha {
	background: url(/shared/images/custom/menu_top/menuarr.gif) right center no-repeat;
}



