/* Navigation */
#navbar { height: 1.5em; position: absolute; right: 0; bottom: 3px; margin: 0; padding: 0; }
/* Holly Hack \*/* html #navbar { right: 0; bottom: 0; }/* end Hack */
#navbar ul { margin: 0; padding: 0; list-style: none; }
#navbar li { float: right; text-align: center; }
#navbar li a {
	display: block;
	width: 7em;
	padding: 0.25em 0;
	text-decoration: none;
	font-size: small;
	color: Black;
	background: White;
}
#navbar li a#firm { width: 5em; }
#navbar li a:hover { color: White; background: #602; }

a#wmastr,
a#wmastr:hover { color: White; background-color: White; text-decoration: none; position: relative; left: 7em; }

