#container_d {
	margin: auto;
	width: 141px;
	position:absolute;
	margin:130px 0 0 480px;
	z-index:9998;
}

#button {
	height: 20px;
	width: 21px;
	margin: auto;
	position:absolute;
	right:0px;
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	cursor:pointer;
	background:url(../images/icon-download-highres-closed.jpg) no-repeat top left;
	width:21px;
	height:20px;
}
.menu_class:hover {
	cursor:pointer;
	background:url(../images/icon-download-highres-closed-hover.jpg) no-repeat top left;
	width:21px;
	height:20px;
}

.the_menu {
	display:none;
	width:120px;
	position:absolute;
	left:-120px;
	top:0px;
}
.the_menu:hover {
	background:url(../images/icon-download-highres-closed-hover.jpg) no-repeat top right;
	width:141px;
}

.the_menu li.eins {
	background:url(../images/icon-download-highres-n1.jpg) no-repeat top left;
	width:141px;
}
.the_menu li.eins a {
	cursor:default;
}
.the_menu li.zwei {
	background:url(../images/icon-download-highres-n2.jpg) no-repeat top left;
	width:141px;
}
.the_menu li.drei {
	background:url(../images/icon-download-highres-n3.jpg) no-repeat top left;
	width:141px;
}

.the_menu li a {
	color:#505050; 
	text-decoration:none; 
	display:block;
	height:22px;
	line-height:20px;
	font-size:11px;
	padding-left:7px;
}

.the_menu li a:hover {
	color: #505050;
}

