#nav ul { /* alle lists */ 
   height: 20px;
   padding: 0; 
   margin: 0; 
   list-style-type: none;
   background-color: #4D4D4D; 
   font-family: verdana;
   font-size:11px;
} 

#nav div span {
border-bottom: 1px solid yellow;
}

#nav li { /* alle list items */ 
   list-style-type: none;  
   height: 20px;
   float: left; 
   position: relative; 
   /*width: 15em; */
   margin-right: 15px;
   background-color: #4D4D4D; 
   color: #C0C0C0;
   padding-top: 2px;
   text-align:left;
} 

#nav li ul { /* sub items */ 
   display: none; 
   position: absolute; 
   top: 14px; 
   left: 0;
   width:100px;
} 
#nav li ul li {
	margin-top: 0px;
	margin-right: 0;
	clear:both;
	width:100px;
}
#nav li>ul { /* postitie resetten voor alle browsers behalve IE */ 
   top: auto; 
   left: auto;
} 

#nav li:hover ul, #nav li.over ul { /* lists nested onder hovered list items */ 
   display: block; 
} 

#nav #content { 
   clear: left; 
}

.textcolour {
color: #C0C0C0;
}

.textcolour_submenu {
color: yellow;
}

a.topmenu {
color: yellow;
text-decoration: underline;
font-size: 11px;
}

a.normaal {
color: yellow;
text-decoration: underline;
}

a.menu{
color:  #C0C0C0;
text-decoration: underline;
font-size: 9px;
}