body#menu
{
  background : url('img/bg.menu.jpg') repeat-y;
}

td.menuitem
{
  cursor : hand;
  height : 35px;
  text-align : left;
  width : 120px;
}

body#submenu
{
  background-color : #660000;
  border-bottom : white 1px solid;
}

td.submenu
{
  border-right : white 1px solid;
  color : white;
  cursor : hand;
  font : Normal 11px Tahoma;
  height : 38px;
  padding-left : 10px;
  padding-right : 10px;
  text-align : center;
}
