tr.menu,div#menu  {
	background-color: c6c6c6;
	text-align: center;
	font-family: Tahoma;
	font-size: 14pt;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.menutd {
	border-left: 1px outset Gray;
}
a.menulink {
	color: 333333;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
a.thislink
{
	color: #CC0066;
}
a.otherlink
{
	color: #3333FF;
}
a.menulink:hover
{
	display: block;
	background-color: #444444;
	color: #FFFFFF;	
}

div#menu
{
display:block	
}