/* Leemans uitklapmenu */
#nav, #nav UL {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 14px;
	z-index: 99;
}
#nav {
	position: absolute;
	left: 40px;
	z-index: 9;
	width: 680px;
	height: 29px;
	float: left;
	text-align: center;
	z-index: 99;
}
#nav A {
    display: block;
	padding: 7px 6px 8px;
	text-decoration: none;
	color:#184C70;
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
#nav A:hover {
    background: #fff url(/images/algemeen/bg_menu_selector.gif) repeat-x 0 0;
	color:#EE2B31;
}
#nav UL LI {
	padding: 0;
	margin: 0;
	z-index: 25;
	border-bottom: 1px solid #C5C7C8;
	z-index: 99;
}
#nav UL LI A {
	display: block;
	text-align: left;
	width: 150px;
	_width: 180px;
	padding: 1px 10px 2px 20px;
	margin: 0;
	line-height: 17px;
	z-index: 99;
}
#nav UL LI A:hover {
	background: #DEDEDE url(/images/algemeen/submenu_arrow.gif) no-repeat 7px 6px;
}
#nav LI {
    FLOAT: left;
}
#nav LI UL {
    position: absolute;
    border-top: #dedede 1px solid;
    border-left: #dedede 1px solid;
	border-right: #dedede 1px solid;
    background: #f1f4f6;
    left: -999em;
    width: 180px;
	z-index: 99;
}
#nav LI UL UL
{
    background: #f1f4f6;
    margin: -21px 0px 0px 180px;
    width: 160px;
}
#nav LI UL UL A
{
    WIDTH: 15em
}
#nav LI:hover UL UL
{
    LEFT: -999em
}
#nav LI:hover UL UL UL
{
    LEFT: -999em
}
#nav LI.sfhover UL UL
{
    LEFT: -999em
}
#nav LI.sfhover UL UL UL
{
    LEFT: -999em
}
#nav LI:hover UL
{
    LEFT: auto
}
#nav LI LI:hover UL
{
    LEFT: auto
}
#nav LI LI LI:hover UL
{
    LEFT: auto
}
#nav LI.sfhover UL
{
    LEFT: auto
}
#nav LI LI.sfhover UL
{
    LEFT: auto
}
#nav LI LI LI.sfhover UL
{
    LEFT: auto
}
/* Einde Leemans uitklapmenu */
