  #sddm div {
  	position: absolute;
	visibility: hidden;
	z-index:100;
	margin: 0;
	padding: 0;
	width: 168px;
	background-image: url('/img/hoofdmenu_bottom.gif');
	background-position: bottom center; 
	background-repeat: no-repeat;
  }

  #sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: bold;
  }

  #sddm div a:hover {
	background: #ee7d0c;
	color: #FFF;
  }
