table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	height: 23px;
}
#mainmenu	{
/*position: relative;bei asolute wird es links verankert*/

top: 127px;
left: 9px;

}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #003e66; /* Must be the same as tdBgColor in the menu_script.js */
	border:0px;
	padding: 0px 8px 2px;
	font-family: Verdana;
	font-size: 8pt;
	white-space: nowrap;
	height: 15px;
}
