
/* 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;
}