ul,li,li a /* --- THE MENU --- */
  { display                            : block;
    margin                             : 0;
    padding                            : 0;
    border                             : 0;
	z-index:100;
    }

ul 
  { width                              : 140px;
    list-style                         : none;
z-index:100;
    }

li
  { position                           : relative;
    z-index                            : 9;
z-index:100;
  }
    
	
li.folder ul     /* IE */
  { position                           : absolute;
    top                                : 4px;
	left                               : 130px; 
	z-index:100;
    }		

li.folder>ul { 
	position                           : absolute;
    left                               : 130px; 
z-index:100;
} /* others */

li a { 
    padding 						   : 3px;
    border                             : 0px solid white;
    text-decoration                    : none;
    color                              : #000000;
    font-weight                        : normal;
    width                              : 100%; /* IE */
z-index:100;
    }
	
li.hover a:hover { 
	background-color 				   : #78C24F;
	color							   : #FFFFFF;
	text-decoration                    : none;
	z-index:100;
    }
	
li.sub a:hover { 
	text-decoration                    : none;
	z-index:100;
}
		
li li a {
	color : #FFFFFF;
}

li li.sub {
	color                              : #FFFFFF;
	background-color                   : #78C24F;
	padding                            : 0px;
	bottom                             : 4px;
	z-index:100;
}

li>a { width:auto; } /* others */

li a.submenu {background:url("../images/witspatie.jpg") right no-repeat;}

li.folder li a:hover
  {
  	color                              : #FFFFFF;
	background-color				   : #98CD6A;
	left 							   : 140px;
  }
	
li.folder:hover   /* --- HOVERS WITH SPECIFICITY --- */
 {  z-index                            : 100;
  	background-color                   : #78C24F;
	text-decoration                    : none;
}		

li.folder:hover a {
	color: #FFFFFF;
	text-decoration                    : none;
}

a.folder:hover   /* --- HOVERS WITH SPECIFICITY --- */
  {
  	background-color                   : #78C24F;
  }	
		
ul ul, li:hover ul ul
  { display                            : none;
  }

li:hover ul, li:hover li:hover ul 
  { display                            : block; 
  	}