TABLE.main {
  border: thin solid #000000;
}

TABLE.menu {
  border: thin solid #3163FF;
}

TD.menu_body {
	padding-left: 5;
	padding-top: 3;
	padding-bottom: 3;
}

TD.lheader {
	border-top: thin solid #3163FF;
	border-left: thin solid #3163FF;
	border-bottom: thin solid #3163FF;
}

TD.rheader {
	border-top: thin solid #3163FF;
}

TD.other {
	border-left: thin solid #3163FF;
}

TD.right {
	border-right: solid #3163FF;
}

TD.bot {
	border-bottom: thin solid #3163FF;
	border-left: thin solid #3163FF;
}

UL.sub {
	padding-left: 0;
}