#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}




#nav
{
    margin-top: 0px;
    padding-top: 3px;
    position: relative;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}


ul #nav, ul #nav ul {
    
  list-style: none;
}
  
#nav li {
    list-style: none;
    float: left;
    position: relative;
    text-align: left;
    padding-right: 20px;
}


#nav li ul {

    text-align: left;
    padding: 5px;
    margin: 0px;
    display: none;
    position: absolute; 
    left: 0;
}
#nav li ul li
{

    width: 180px;
    padding: 4px;
}
#nav A{
    padding: 2px;
    padding-bottom: 40px;
    color: #ccc;
    text-decoration: none;
}

#nav A:hover{
    padding: 2px;
    color: white;
}

#nav li:hover ul 
{
    top: 14px;
    display: block; 
    background-image: url(/Image/2007/MenuBackground.png);
}


#nav #overige
{
    display: none;
}