#navigatieoranje {
text-align: center;
}
#navigatieoranje ul{
background-color: #FFCC00;
border: 1px #4e5053;
width: 100%;
padding: 0;
margin: 0;
white-space: no-wrap;
}
#navigatieoranje ul li{
display: inline;
}
#navigatieoranje ul li a{
padding-left: 1em;
padding-right: 1em;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #4e5053;
}
#navigatieoranje ul li a:hover{
color: #999999;
}
