#dropdown_menue {
	position:absolute;
	width: 94px;
	top: 37px;
	left: 150;
	z-index: 2000;
}

#APE {
	position: relative;
	z-index: 3000;
}

#dropdown_menue .aussen {
	display: block;
	overflow: hidden;
	width: 94px;
	height: 40px;
	font-weight: bold;
	text-align: left;
}

#dropdown_menue .aussen:hover {
	width: 155px;
	height: auto;
	color: #fff;
}

a.link_innen {
	display: block;
	padding: 5px 5px 5px 13px;
	text-decoration: none;
	font-weight: normal;
	background-color: #e4e4e4;
	border-bottom: 1px solid #a4a4a4;
	color: #600;
}

a.last {
	border: 0px !important;
}

a:hover.link_innen {
	background-color: #a4a4a4;
}

span.dropdown_menutag {
	display: block;
	cursor: default;
}