/* CSS Bernttuinontwerp validated Document */
#menuleft { 
float : left;
width :175px;
font-size : 100%;
padding : 0;
font-weight : normal;
} 
.spacermenu { 
height : 1em;
} 
#menuleft, #menuleft ul, #menuleft a, #menuleft a:hover, #menuleft li a:hover, #menuleft li#active a, #menuleft li#active a:hover, #menuleft ul ul ul { 
font-family : georgia, verdana, sans-serif;
text-align : left;
text-decoration : none;
margin : 0;
padding : 0;
list-style : none;
} 
#menuleft a { 
margin : 0;
font-size : 80%;
display : block;
color : #cfd3bb; 
} 
#menuleft a:hover {} 
#menuleft li { 
position : relative;
font-size : 100%;
font-weight : bold;
} 
#menuleft li a:hover, #menuleft li#active a:hover { 
background : #9BB299 ; 
} 

#menuleft ul ul ul { 
position : absolute;
top : 0;
font-size : 100%;
font-weight : bold;
background-color:#FFFFCC;
left : 95%;
width : 230px;
} 
#menuleft ul ul ul a{background-color: #cfd3bb; color:#002500 }
#menuleft a:hover, #menuleft li a:hover, #menuleft li#active a:hover { 
color : #fff;
}
.menu1{ background:#002500} 
div#menuleft ul ul ul, div#menuleft ul ul li:hover ul ul { 
display : none;
} 
div#menuleft ul ul li:hover ul, div#menuleft ul ul ul li:hover ul { 
display : block;
} 



