/********/
/* MENU */
/********/

.suckerdiv ul{ padding: 0; list-style-type: none; width: 150px; /* Width of Menu Items */
z-index: 10000; margin: 0; }
	
.suckerdiv ul li{ position: relative; }
	
/*Sub level menu items */
.suckerdiv ul li ul{ background-color: #7abb47; position: absolute; width: 225px; /*sub menu width*/
top: 0; visibility: hidden; }

/* Sub level menu links style */
.suckerdiv ul li a{ display: block; overflow: auto; /*force hasLayout in IE7 */
color: white; text-decoration: none; background: transparent; padding: 5px; outline-style: none; cursor: pointer; }

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{ color: black; background-color: #0074bb; }

.suckerdiv .subfolderstyle{
background: url(menu-images/pointer.gif) no-repeat center right;
}

	
/* Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* einde menu*/