
#menu
{
	z-index: 1;
	position: absolute;
	top: 90px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	font-size: 1em;
	text-align: center;
}

table.menu
{
	border-collapse: collapse;
	font-size: 1em;
}
td.menu
{
	vertical-align: bottom;
}

td.dot
{
	width: 10px;
}
td.menuitem
{
	width: 122px;
}
/* (10 + 122) * 7 = 924px */

a.menu				{color: #f00; font-weight: bold; text-decoration: none;}
a.menu:hover		{color: #f00; font-weight: bold; text-decoration: underline;}

a.menupassive		{color: #999; font-weight: normal; text-decoration: none;}
a.menupassive:hover	{color: #f00; font-weight: normal; text-decoration: underline;}

