/* Absoluter Tooltip */
div#menu
{
	position: relative; 
	left: 0px; 
	width: 150px; 
	height: 346px; 
	z-index: 100;
	float: left;
}
  
div#menu a
{
	display: block; 
	text-align: center; 
	font: bold 1em sans-serif; 
	text-decoration: none; 
	color: black; 
	border: 0px;
}
div#menu a:hover
{
	color: #000000; 
	background: #ffffff;
	border: 0px;
}
  
div#menu a span
{
	display: none;
}

div#menu a:hover span
{
	display: block;
	position: absolute; 
	top: 40px; 
	left: 0; 
	z-index: 1;
	color: #000000; 
	background: #ffffff;
	font: 13px Verdana, sans-serif; 
	text-align: center;
	border: 0px;
	-moz-opacity: 0.8; 
	filter:alpha(opacity=80); 
	opacity: 0.8; 
}

div#menu a:hover span#s1
{
	width: 149px;
	z-index: 3;	
}

div#menu a:hover span#s2
{
	width: 150px;
}

div#menu a:hover span#s3
{
	width: 150px;
	left:1px;
}	

div#menu a:hover span#s4
{
	width: 150px;
	left:1px;
}	

div#menu a:hover span#s5
{
	width: 150px;
	left:1px;
}	