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

}

#nav a {
display: block;
width: auto;
margin: 2px 5px 3px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

#nav li { 
float: left;
padding-left: 10px;
padding-right: 10px;
width: auto;

}


#nav li ul { position: absolute; width: 120px; left: -2000px; }


/* submenu breedte--*/ #nav li li {
	padding-right: 10px;
	width: 120px;
}

#nav li ul a {
	width: 120px;
	
}


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



ul a{
font-weight: normal;
color: #fff;
cursor: default;

}

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

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

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

ul li{
background-color: #34226f;
border-left: 0 solid #fff;
}

ul ul li{
background-color: #34226f;
border-top: 0 solid #fff;
border-left: 0 none;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */