
table.menu	{
	position: absolute;
	border: none;
	cursor: pointer;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#mainmenu {
	font:11px Verdana;
	font-weight: bold;
	height:10px;
	position: relative;
	width: 715px;
	text-transform:uppercase;
	letter-spacing:2px;
	left: 8px;
	top:1px;
}

#mainmenu a {
	background-color: #BF0000;
}

table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu.js */
	background-color: #9F0505; /* Must be the same as tdBgColor in the menu.js */
	border: none;
	padding: 0 12px 2px;
	font-family: Arial;
	font-size: 100%;
	white-space: nowrap;
}