#menue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	height: auto;
	width: 300px;
	top: 20px;
	right: 20px;
	overflow: hidden;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: #CC6;
	margin: 0px;
	background-color: #E5D371;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	left: 750px;
}

