div#headerMenu{
	position: relative;
	width:546px;
	height:38px;
	margin:0;
	padding:0 0 0 168px;
	float:left;
	/*background-color:#FF99FF;*/
}

/*
div#headerMenu a {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}*/

div#menuItems {
	position: relative;
	width:714px;
	float: left;
	left: 274px;
	background: red;
}

div#menuDesign {
	background:url('../img/design.png') no-repeat; 
	position: absolute;	
	width:131px; 
	height:66px;
	float: left;
	top: 0;
	left: 245px;
	display:none;
}

div#menuAgenda {
	background:url('../img/design.png') no-repeat; 
	position: absolute;		
	width:131px; 
	height:130px;
	float: left;
	left: 305px;
	display:none;
}

div#menuArtikelen {
	background:url('../img/artikelen.png') no-repeat; 
	width:131px; 
	height:130px;
	float: left;
	position: relative;
	left: 380px;
	display: none;	
}

div#menuLoopbaan {
	background:url('../img/artikelen.png') no-repeat; 
	width:131px; 
	height:130px;
	float: left;
	position: relative;
	left: 460px;	
	display: none;
}

div#menuAdressen {
	background:url('../img/artikelen.png') no-repeat; 
	width:131px; 
	height:130px;
	float: left;
	position: relative;
	left: 550px;	
	display: none;
}

div#menuOverOns {
	background:url('../img/artikelen.png') no-repeat; 
	width:131px; 
	height:130px;
	float: left;
	position: relative;
	left: 580px;
	display: none;
}


#nav, #nav ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
list-style-image: none;
vertical-align: baseline;
white-space: normal;     /* Code om conflict met bedrijvengids css tegen te gaan! */
}

#nav ul {
position: absolute;
left: -1000px;
width:131px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
text-decoration: none;
font-size:12px;
font-weight:bold;
color:#3d66b9;
}

#nav ul a{
font-weight: bold;
cursor: pointer;
}

#nav ul ul a:link, #nav ul ul a:visited{
font-weight: normal;
cursor: pointer;
}

#nav ul ul a:hover, #nav ul ul a:active{
font-weight: normal;
cursor: pointer;
}

#nav ul li{
background-color:none;
}

#nav ul li ul{
	width:121px;
	height: 66px;
}

#nav ul ul li{
width:106px;
float:left;
margin:0;
padding:0;
}

#nav ul li a{
background: url('../img/listmenu.gif') bottom left no-repeat;
padding:8px 0 0 25px;
margin:0 0 0 15px;
}

* html #nav ul li, * html #nav ul ul li{
}

* #nav html ul ul li{
}

#nav ul.overOns{
	position: absolute;
	float: left;
	right: 0px;
	background:url('../img/overons.png') no-repeat; 
	width:130px; 
	height:100px;	
}
#nav ul.design{
	background:url('../img/design.png') no-repeat; 
	width:131px; 
	height:66px;
}

#nav ul.agenda{
	background:url('../img/adressen.png') no-repeat;
	width:151px; 
	height:66px;
}

#nav ul.artikelen{
	background:url('../img/artikelen.png') no-repeat; 
	width:131px; 
	height:130px;
}

#nav ul.loopbaan{
	background:url('../img/design.png') no-repeat; 
	width:131px; 
	height:66px;
}

#nav ul.adressen{
	background:url('../img/adressen.png') no-repeat; 
	width:151px; 
	height:66px;
}



