/*Menu Stylesheet voor www.hoofdpijn.nl */
.tussen{
 	float				: left;
 	height				: 33px;
 	line-height			: 33px;
}

#menu_right_bg {
	background-image	: url('/images/submenubg_3_right.png');
	width				: 16px;
}

#menu_center_bg {
	width				: 149px;
	background-image	: url('/images/submenubg_3_middle.png');
	background-repeat	: repeat-x;

}

#menu_left_bg {
	background-image	: url('/images/submenubg_3_left.png');
	width				: 10px;
}

tr.menulabel {
	height				: 33px;
}

#menu ul {
	list-style			: none;
	margin				: 0;
	padding				: 0;
	float				: left;
	line-height			: 33px;
	height				: 33px;
}

#menu ul li{
	padding-right		: 12px;
}

#menu a, #menu h2 {
	font				: bold 11px/16px arial, helvetica, sans-serif;
	display				: block;
	margin				: 0;
	line-height			: 33px;
	padding-top			: 0px;
	outline				: none;
}

#menu ul li ul li a,
#menu ul li ul li h2 {
	height				: 33px;
	line-height			: 33px;
}

#menu h2 {
	color				: #fff;
	text-transform		: uppercase;
}
#menu a{
	color				: #FFF;
	text-decoration		: none;
}

#menu a:hover {
	color				: #FFF;

}

#menu li {
	position			: relative;
	padding-left		: 0px;

}

#menu ul li {
	position			: relative;
	height				: 33px;
	width				: auto;
	border				: 0px solid green;
}

#menu ul li ul li{
	position			: relative;
	width				: 225px;
	/*background-image	: url('/images/submenubg_3.png');*/
	background-repeat	: no-repeat;
	border				: 0px solid red;
}

#menu ul ul {
	position			: absolute;
	top 				: 33px;
	z-index				: 500;
	height 				: 33px;
	left				: 0px;

	}

#menu ul ul ul {
	position			: absolute;
	top					: 0;
	left				: 180px;
	}

div#menu ul ul {
	display				: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{
	display				: none;

}

div#menu ul:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display				: block;
}

div#menu ul ul ul.left{
	position			: absolute;
	top					: 0px;
	left				: -225px;/*180*/
	float: right;
	width: 225px;

}

div#menu ul:hover li.hoofd{
	background-image 	: url('/images/bgmenuover.png');
	background-repeat	: repeat-x;
}

li.hoofd{
	width				: auto;
}

li.hoofd_active{
	width				: auto;

	background-image 	: url('/images/bgmenuover.png');
	background-repeat	: repeat-x;
}
