html, body {
    margin:0;
    padding: 9em 0 50px 0;
    font: 80%/1.25 arial, helvetica, sans-serif;
	}
    * html body {
    overflow:hidden;
    } 
div.header {
	position:absolute;
	top: 0px;
	width: 780px;
	left: 50%;
	margin: 0 0 0 -390px;
	height: 7em;
	background: #eda;
    border: 1px solid #000;
    border-bottom: 0;
	}
div.content {
	position: relative;
	width: 780px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 5px 0 10px;
	border: 1px solid #eda;
	background: #f4ecd9;
	overflow: auto;
	}
    * html div.content {
    height: 100%;
    }
div.footer {
	position: absolute;
	bottom: 0px;
	width: 780px;
	left: 50%;
	margin: 0 0 0 -390px;
	height: 50px;
	text-align: right;
	background: #eda;
    border: 1px solid #000;
	}
@media screen {
    body>div.content {
        position: absolute;
        width: 765px;
        bottom: 50px;
        top: 9em;
        }
	}
	
div.navigation {
    position: absolute;
	width: 780px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0;
	top: 7em;
	cursor: default;
}
#nav, #nav ul {
	float: left;
	width: 780px;
	list-style: none;
	line-height: 1.75;
	background: #f0ad00;
	font-weight: bold;
	padding: 0;
	border: 1px solid #000;
	margin: 0 0 1em 0;
}
#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #380074;
	text-decoration: none;
	padding: 0.25em 2em 0.25em 2em;
}
#nav li.daddy {
    padding: 0.25em 0 0.25em 2em;
    width: 12em;
}
    * html #nav li.daddy {
        width: 14.4em;
    }

#nav li {
	float: left;
	padding: 0 0 0 0;
	width: 10em;
	color: #380074;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.95em;
	font-weight: normal;
	margin: 1.45em 0 0 0;
	}
	    html>body #nav li ul {
        margin: 0 0 0 -1px;
        }
#nav li li {
	padding-right: 1em;
	width: 13em;
}
* html #nav li li {
	width: 14.4em;
}

#nav li ul a {
	width: 13em;
	w\idth: 10em;
}
* html #nav li ul a {
	width: 13em;
}

#nav li ul ul {
	margin: -0.2em 0 0 12em;
}
    html>body #nav li ul ul {
    	margin: -1.6em 0 0 10em;
    }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
}
#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0;
}
#nav li:hover, #nav li.sfhover, #nav a:hover {
	background: #380074;
	color: #f0ad00;
}
    * html #nav li.sfhover {
        position: relative;
    }
div.content {
	clear: left;
}
please send feedback to: kwillems@zonnet.nl
It's been tested on Windows in IE5.0, IE5.5, IE6.0, Mozilla 1.6, Mozilla Firefox 1.0.3, Netscape 7.2, Opera 7.54 en Opera 8.0, on Linux in Mozilla 1.7.7, Firefox 1.0.3, Opera 8 en Konqueror 3.4.0 and on Mac in Safari 1.3, Mozilla 1.0, Firefox 1.0 and Opera 7.54. IE 5 on Mac messes up.
It would be great i've someone could give me feedback on the working in other browsers!