/* HIER STAAT HET MENU ONDER     IS LANG STUKJE SCRIPT !!!! */

#navigatie {
height: auto;
text-align: center;
font-size: 14px;
color: #111;
margin: -80px 0 0 0;
}

.menu { margin-left: ; 

}

.menu ul
{
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
color: #fff;
}

.menu li { margin: 0 0 1px 0; }

.menu a
{
display: block;
padding: 0 0 0 27px;
height: 20px;
background: #fff url("images/button.gif") 0 0 no-repeat;
color: #111;
text-decoration: none;
margin: 3px;
}

.menu ul a:hover 
{
color: #111;
background: #fff url("images/button.gif") 0 0 no-repeat;
background-position: 0 -20px;
text-decoration: none;

}

.menu ul ul li { margin: 0 0 5px 0; }

.menu ul ul a
{
display: BLOCK;
padding: 0 0 0 27px;
margin: 0 0 0 10px;
color: #111;
text-decoration: none;
text-align: left;
}

.menu ul ul a:hover
{
color: #111;
background-color: #fff;
text-decoration: none;
}