/* Terminates floating! */
.Terminator {
	height: 0px; /* =1px; otherwise does not work in Safari :/ */
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	border: 0px solid red;
	color: transparent;
}

/* IE 5 Mac HACK */
*>html #navigation
{
	height: auto;
	}
*>html #navigation *, *>html #navigation *:hover
{
	float:none;
	margin: 0.25em 0 0 1em;
	padding: 0 0 0 0;
	position: relative;
	left: auto;
	background: transparent
	clear: both;
	border: none;
	list-style: disc;
}
*>html #navigation .Terminator
{
	display:none;
}
*>html #login
{
	text-align: left;
}