#menu{
	position:relative;
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:911px;
	height:32px;
	margin-left:50px;
	background: url(../images/menu.png) no-repeat 0px 6px;	

}
.wide #menu{
	width:994px;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu ul li{
	position:relative;
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:129px;
	text-align:center;
	height:21px;
}

#menu ul li#active{
	position:relative;
	width:130px;
	height:22px;
	padding-top:10px;
	background-color: black;
}
#menu ul li.loguit{
	height:32px;
}
#menu ul li#sub_active,
#menu ul li#active + li
{
	width:128px;
	height:32px;
}


#menu ul li.zoeken{	background: url(../images/active_zoeken.png) no-repeat top left;}
#menu ul li.zoeken_sub{	background: url(../images/active_zoeken.png) no-repeat -130px 1px;}

#menu ul li.bladeren{	background: url(../images/active_bladeren.png) no-repeat top left;}
#menu ul li.bladeren_sub{	background: url(../images/active_bladeren.png) no-repeat -130px 1px;}

#menu ul li.nieuw{	background: url(../images/active_nieuw.png) no-repeat top left;}
#menu ul li.nieuw_sub{	background: url(../images/active_nieuw.png) no-repeat -130px 1px;}

#menu ul li.informatie{	background: url(../images/active_informatie.png) no-repeat top left;}
#menu ul li.informatie_sub{	background: url(../images/active_informatie.png) no-repeat -130px 1px;}

#menu ul li.reageren{	background: url(../images/active_reageren.png) no-repeat top left;}
#menu ul li.reageren_sub{	background: url(../images/active_reageren.png) no-repeat -130px 1px;}

#menu ul li.links{	background: url(../images/active_links.png) no-repeat top left;}
#menu ul li.links_sub{	background: url(../images/active_links.png) no-repeat -130px 1px;}

#menu ul li.login{	background: url(../images/active_login.png) no-repeat top left;}
#menu ul li.login_sub{	background: url(../images/active_login.png) no-repeat -130px 1px;}
#menu ul li.loguit{	background: url(../images/menu_loguit.png) no-repeat bottom left;}

#menu ul li#sub_active a, #menu ul li#active a{padding:0;}
#menu ul li#sub_active a{
	padding-top:12px;
}
#menu ul li#active a:hover{ background:none;}

#menu ul li a{
	position:relative;
	padding-top:13px;
	display:block;
	height:100%;
	color:white;
	font-size:10px;
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a:hover{
	background: url(../images/menu_hover.png) no-repeat 0px 6px;	
}
#menu ul.home_menu li a{
	height:19px;
	border-bottom:1px solid #bababa;
}
#menu ul.home_menu li a:hover{
	border:none;
}

#menu ul li a:hover,
#menu ul li#active a,
#menu ul li#active_white a,
#menu ul li#active_geleend a,
#menu ul li#active_instelling a{
	display:block;
	height:100%;
}
#menu ul li#active a {
	color:#fff;
}


#menu ul li.active a{ border-top:3px solid #860101; }
