#float-holder-left ul { /* needs the Holly hack to avoid IE bugs */
					border-top:1px solid #FFE566;
					z-index:5;
					list-style-type:none;
					margin-left:0;}
#float-holder-left .nav{margin-top:150px; 
					width:8em;}
#float-holder-left .nav {position:absolute;
					margin-left:-2em;}
HTML #float-holder-left ul {
	margin-left:-0.1em;
}

#float-holder-left li {
	list-style:none;
	border-bottom:1px solid #FFE566;
	position:relative;
	text-align:left;
	vertical-align:bottom;
	/* for IE5/win */
}

#float-holder-left .nav li a {display: block;
		background-color:#FFE566;
		width:7.1em;
			color:#000;
			text-decoration: none;
			padding:0.2em 0.5em;
			border:1px solid #FFE566;}

#float-holder-left .nav a:visited{color:#000;}

#float-holder-left .nav a:focus, #float-holder-left .nav a:hover, #float-holder-left .nav a:active, #float-holder-left .nav a.aktiv
					{color: #F00;
					text-decoration: none;
					border-left:1px solid  #ff9;
					border-top:1px solid  #ff9;
					border-bottom:1px solid #d6d6d6;
					border-right:1px solid #d6d6d6;}
