/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
line-height: 2.0;
}
	
.suckerdiv ul li{
position: relative;
background:url(img/pijltje.png) no-repeat top left; 
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color: #fce4b6;
border: 1px solid #fff;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
/*overflow: auto; /*force hasLayout in IE7 */
color:#4d4133;
text-decoration: none;
padding:4px 0 4px 20px;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color:#4d4133;
}

.suckerdiv ul li a:hover{
background-color: #dbb468;
}


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