body {
	margin: 10px;
	font: 80% arial, helvetica, sans-serif;
	background: url(pics/kleurmerediaan.gif);
}
#container {
	position: relative;
	width: 800px;
	margin: auto;
}
#header {
	height: 83px;
	top: 0;
	background: #FF5;
	border-right: 5px groove #CCC;
}
#pictleft {
	position: absolute;
	border: 0;
	margin: 0px;
	left: 130px;
}
#pictmid {
	position: absolute;
	border: 0;
	margin: 0px;
	left: 250px;
}
#pictright {
	position: absolute;
	border: 0;
	margin: 0px;
	left: 467px;
}
#navigation {
	border: 0;
	position: absolute;
	top: 100px;
	left: 0;
	width: 135px;
	color: white;
	z-index: 1;
}
#content {
	padding: 1px 20px 1em 40px;
	border-left: 130px solid #035A9A;
	border-right: 5px groove #CCC;
	background: white;
	min-height: 700px;
}
#content a {
	text-decoration: none;
}
#content a:link, #content a:visited {
	color: blue;
}
#content a:hover, #content a:active {
	color: purple;
}
#content_col_half {
	float: left;
	width: 290px;
	margin: 5px;
}
#content_col_third {
	float: left;
	width: 180px;
	margin: 5px;
}
#content_col_two_third {
	float: left;
	width: 360px;
	margin: 5px;
}
#content_reset_col {
	clear: both;
}
#footer {
	height: 0px;
	top: 0;
	background: #035A9A;
	text-align: center;
	border-right: 5px groove #CCC;
	border-bottom: 6px groove #CCC;
}
.ident200 {
	margin-left: 200pt;
}
.ident20 {
	margin-left: 20pt;
}
.italic {
	font-style: italic;
}
#content_table {
	margin: 1em;
	border-collapse: collapse;
}
#content_table td, th {
	padding: .3em;
	border: 1px #ccc solid;
}
#content_ul {
	padding: 0;
	margin: 0;
}
#content_ul li {
	list-style-type: none;
}
/**************** menu coding *****************/
#menu {
	width: 125px;
	margin: 0px 0px 0px 3px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#menu a, #menu h2 {
	display: block;
	text-decoration: none;
	background: #033A7A;
	border: 1px solid #494980;
	padding: 2px 0px 0px 4px;
  margin: 0;
}
#menu h2 {
	background: #6D6D99;
}
#menu a {
	color: white;
}
#menu a:hover {
	background: #6D6D99;
	border: 1px solid #494980;
	color: #FFF;
}
#menu li {
	position: relative;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
div#menu ul ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
<!--[if IE]> #menu ul li {
	float: left;
	width: 100%;
}
<![endif]-->
<!--[if lt IE 7]>body {
	behavior: url(csshover.htc);
	font-size: 100%;
}
#menu ul li {
	float: left;
	width: 100%;
}
#menu ul li a {
	height: 1%;
}
#menu a, #menu h2 {
	font-size: 100%;
}
 <![endif]-
