table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
posision: static;
width: 150px;
}
table.menu td	{
	color: #F0AC4A;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #050505; /* Must be the same as tdBgColor in the menu_script.js */
	border: 1px solid #202020;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
    background: #050505 url(grafik/pil.gif) no-repeat center right;
}
