#menu { width: 760px; }
#menu table { width: 146px; table-layout: fixed; empty-cells: show; }
#menu td.i table { border-collapse: collapse; }
#menu td.i td, #menu td.i th { text-align: center; vertical-align: middle; }

#menu td.i { background: transparent top left no-repeat url(box-tr.gif); cursor: pointer; }

#menu td.off, #menu td.logo { cursor: default; }
#menu td { font-size: 10px; }

#menu td.i th { height: 90px; }
#menu td.i td { height: 40px; vertical-align: bottom; }
#menu td.i td div { text-align: center; color: #f00; font-size: 8; }


#menu td.hover { background-image: url(box-white.gif) !important; }
#menu td.logo { background-image: url() !important; }

#body { background-color: transparent; }

#end-of-body { background: transparent !important; }

@media print {
	body { background-color: #fff; }
}