body
{
	color: #000; background: #fff;
}
div#menu
{
	position: absolute;
	top: 100px; left: 20px; width: 140px;
	border: 0;
	/*z-index: 100;*/
}
div#menu a
{
	display: block;
	text-align: center;
	font: bold 100% sans-serif;
	padding: 5px 10px; margin: 0 0 1px; border: 0;
	text-decoration: none;
	color: #88b; background: #ddf;
}
div#menu a:hover
{
	color: #fff; background: #88b;
}
div#menu a span
{
	display: none;
}
div#menu a:hover span
{
	display: block;
	position: absolute;
	top: -80px; left: 20px; width: 100px;
	padding: 0; margin: 0; border: medium dotted #ddf;
	/*z-index: 100;*/
	color: #88b; background: #fff;
	font: normal 80% sans-serif;
	text-align: center;
}
div#content
{
	position: absolute;
	top: 20px; left: 180px; right: 20px;
	padding: 0; margin: 0; border: 0;
}
