table.menu	{
	position: absolute;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	visibility: hidden;
	
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #CCCCCC;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #993366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
    padding: 0px 8px 2px;
	font-family: tahoma;
	font-size: 11pt;
	font-weight:bold;
	width:150px;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	
	
}


