ul#pageSwitch {
	position: absolute;
	left: 811px;
}

*html ul#pageSwitch {
	position: absolute;
	left: 1px;
}

ul#pageSwitch li.folder ul {
	list-style: none;
}

ul#pageSwitch li.folder {
	position: relative;
	top: -12px;
}

*html ul#pageSwitch li.folder {
	top: -67px;
}

ul#pageSwitch li.folder a {
	display: block;
}

ul#pageSwitch li.folder ul {
	width: 320px;
	position: absolute;
	left: -221px; top: -85px;/* IE */
}

ul#pageSwitch li.folder ul {
	display: none;
}

/* IE 6 -> Menu bleibt stehen */
*html ul#pageSwitch li.folder ul {
	display: block;
}

ul#pageSwitch li.folder:hover ul {
	display: block;
	background-image: url(../images/spacer.gif);
}

ul#pageSwitch li.folder ul li, ul#pageSwitch li.folder ul li a {
	float: right;
	margin: 0; 
	font-size: 20pt;
}

ul#pageSwitch li.folder ul li a {
	display: block;
	padding: 6px 20px 6px 5px;
	text-decoration: underline;
}