/* Begin CSS Drop Down Menu */
@charset 'utf-8';
/*@import 'http://www.filippo.nl/styles/1.css';*/


#topmenu 	{ min-width: 100%; height: 33px; background: url(http://www.filippo.nl/images/nav/nav_repeat_bg.gif) repeat-x; }
#nav 		{ width: 950px; margin-left: auto; margin-right: auto; height: 33px; list-style: none; font-family: arial, helvetica, sans-serif; }

#nav a {
	text-align: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
}

#nav a, #nav a:visited {	/* menu at rest */
	padding: 0 0.8em 0 1.2em;
	line-height: 30px;
	font-size: 12px;
	color: #777;
	text-decoration: none;
}


#nav .link {
	font-weight: bold;
	/*background: #f5f5f5 url(http://www.filippo.nl/images/nav/nav_but_bg_grijs.gif) repeat-x;*/
}

#nav .link:hover,
#nav .current {
	font-weight: bold;
	background: #ffcc00 url(http://www.filippo.nl/images/nav/nav_but_bg_geel.gif) repeat-x;
}


#nav ul li ul a, #nav ul li ul a:visited {
	background: #f5f5f5 url(http://www.filippo.nl/images/template/pijl_grijs.gif) no-repeat 5px 12px;
	border: 1px solid #cccccc;
}


#nav ul li ul a:hover {	/* menu at mouse-over  */
	background: #ffcc00 url(http://www.filippo.nl/images/template/pijl_geel.gif) no-repeat 5px 12px;
}


#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#nav>ul {
	margin: 0px;
	padding: 0px;
	min-width: 2px;	/* width of all menu boxes */
}

#nav li {
	width: 100%;
	position: relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#nav ul li ul li {
	margin-top: -1px;
}

#nav ul li ul li ul li {
	margin: 0 0 -1px -1px;
}

#nav>ul>li>a {
	padding-left: 5px;
}

#nav ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}

#nav ul ul ul {
	top:0;
	left:100%;
}

div#nav li:hover {
	cursor:pointer;
	z-index:100;
}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none;}

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


/* End CSS Drop Down Menu */
#nav .m_lijn 				{ width: 2px; background: url(http://www.filippo.nl/images/nav/nav_streep_verticaal.gif); height: 33px; }
#m_spacer 					{ width: 100px; height: 33px; }
#m_over a.link 				{ width: auto; text-align: right; background: none;}
#m_over a.current,
#m_over a.link:hover 		{ width: auto; text-align: right; background: none;}