@charset "UTF-8";/* CSS Document *//*****************Farben*****************	Gr�n: 	#	Gelb:	#f5db00	font:	Verdana, Arial, Helvetica, sans-serif*****************Farben*****************/.menu	{	width: 195px;	height: 240px;	color: #333333;	margin-top: 27px;	background-color: #f5db00;	}html>body .menu{	height: 250px;	}.menu ul{	margin: 0;	padding: 0;	list-style-type: none;	width: 197px; /* Width of Menu Items */	border-bottom: 2px solid #ccc;	background-color: f5db00;	}.menu ul li{	position: relative;	padding-top: 5px;	padding-bottom: 5px;	padding-left: 15px;	border-right: 2px solid #ffffff;	border-bottom: 1px solid #bda900;	background-color: #f5db00;	}.menu ul li ul{	position: absolute;	width: 192px;	top: 0;	color: #333333;	visibility: hidden;	border-right: 2px solid #ffffff;	background-color: #f5db00;	}.menu ul li a{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	text-align: left;	padding-top: 5px;	padding-bottom: 5px;	display: block;	overflow: hidden;	color: #333333;	text-decoration: none;	background: #f5db00;	padding: 1px 5px;	}.menu ul li a:visited{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	color: #333333;	}.menu ul li ul {	border: 0px;	}.menu ul li a:hover{	text-decoration: underline;}* html .menu ul li { float: left; height: 1%; }* html .menu ul li a { height: 1%; }
