table.menu	{
	position: absolute;
	z-index:16;
	border-top: 1px solid #233632;				/*	#003590 */
	border-left: 1px solid #233632;				/*	#003590 */
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	margin-bottom:5px;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;           							/* #FFFFFF		Must be the same as tdColor in the menu_script.js */
	width:106px;
	background-color: #233632;					/* #1A74B1		Must be the same as tdBgColor in the menu_script.js */
	padding: 3px 8px 3px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10pt;
	border-right:1px solid #233632;				/*	#003590 */
	border-bottom: 1px solid #233632;		/*	#003590 */
	white-space: nowrap;
}

