table.menu	{
	position: absolute;
	border: 2px #CCCCCC solid;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: relative;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFFFCC; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 6px 14px 6px;
	font-family: Arial;
	font-size: 10pt;
	white-space: nowrap;
}

.anchor{
color:#000000;
font-size:14px;
font-weight:bold;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
}
/*a:link{
color:#FFFF66;
}

a:visited{
color:#FFCCCC;
}

a.active{
color:#FF9900;
}*/
