	#menu{
	width:732px;
	height:28px;
	position:relative;
	background-color:#ff0000;
	border-bottom:0px solid #aaa;

	z-index:1;
	float:left;
	

	}
	* html #menu{
		width:752px;
		height:28px;
		position:relative;
		background-color:#ff0000;
		border-bottom:0px solid #aaa;
		z-index:1;
		float:left;

	}

	div#container{
		/*position: relative;*/
		margin: 0 auto; /*berlangerijk!!*/
		width: 600px;
		height: auto;
		float:left;
	}
	#nav, #nav ul {
		padding: 0px 0 0 0; /*3*/
		margin: 0;
		list-style: none;

	}

	#nav li {
	float: left;
	width: 128px;
	border-left:2px solid #fff;
	height:28px;
	/*breedte per knop totaal/ aantal*/
	/*background-color: #000080;/*achtergrond kleur hoofd menu*/
border-bottom:0px solid #aaa;
	}

	#nav ul {
	position: absolute;
	width: 128px;
	left: -1000px;

	}

	#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;

	
	}


				#nav li a:link, #nav li a:visited{
				font-weight: normal;
				color: #ffffff; /*standaart kleur van de link uitklap*/
				cursor: pointer;
				font-size:1.0em;
	
				}
				#nav li a:hover, #nav li a:active{
				font-weight: normal;
				color: #fff;/* kleur van he hoever uitklap menu*/
				cursor: pointer;
				text-decoration:underline;
				font-size:1.0em;

				}
				

	#nav a {
	display: block;
	margin: 5px 5px 3px 5px;/* 2 5 3 5  */
	text-decoration: none;

	
	
	}

	ul a{
	font-weight: normal;
	color: #ffffff;
	cursor: default;
	text-align:left;/*center*/
	}

	#nav ul ul a:link,#nav ul ul a:visited{
	font-weight: normal;
	color: #ffffff; /*standaart kleur van de link uitklap*/
	cursor: pointer;
	}
	 

	#nav ul ul a:hover,#nav ul ul a:active{
	font-weight: normal;
	/*color: #4255a5;/* kleur van he hoever uitklap menu*/
	cursor: pointer;
	}

	#nav ul li{
	background-color: #f00;
	border-left: 0px solid #FFF;  /* border tussen de links 3 */
	}

	ul ul li{
	background-color: #ff0000;
	border-top: 0px solid #FFF;/*3 */
	border-left: 0;
	}

	/* IE only hack \*/
	* html ul li, * html ul ul li{
	border-bottom: 0px solid #FFF; 
	}

	* html ul ul li{
	border-top: 0;
	}
	/* Einde IE only hack */ 

