table.menu	{	
position: absolute;
border: none;
cursor: pointer;	
cursor: hand;
visibility: hidden;
}

#mainmenu	{	
position: 	
left: 0px;		
top: 0px;
}

table.menu td	{	
color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */	
background-color: #000099; /* Must be the same as tdBgColor in the menu_script.js */	
border-top: solid #3366cc;	
border-right: solid #000033;	
border-bottom: solid #000033;
border-left: solid #3366cc; 	
padding: 6px 10px 10px 0px;	
font-family: arial, helvetica, sans-serif;	
font-size: 12px;	
white-space: nowrap;	
line-height: 1.4em;
}