
.document {
  padding:0;
}

#MenuList {
  font-family: Verdana, Arial, helvetica, sans-serif;
}
#MenuList ul {
  background-color:rgb(247,215,167);
  border-bottom:3px solid rgb(196,102,66);
  font-weight:bold;
  line-height:1.8em;
  list-style:none;
  margin:0;
  padding:0.5em 0;
  text-align:center;
}
#MenuList ul li {
  display:inline;
  font-size:0.8em;
}
#MenuList ul li a {
  background-color:rgb(233,196,150);
  border:2px solid rgb(222,190,142);
  border-bottom:2px solid rgb(192,160,112);
  border-right:2px solid rgb(192,160,112);
  color:rgb(77,77,77);
  display:inline;
  padding:2px;
}
#MenuList ul li.currentCategory a {
  background-color:rgb(242,217,180);
  color:rgb(170,170,170);
  cursor:default;
}
#MenuList ul li a:visited {
}
#MenuList ul li a:hover {
  border:2px solid rgb(222,190,142);
  border-color:rgb(93%,93%,0%) rgb(78%,78%,0%) rgb(78%,78%,0%) rgb(93%,93%,0%);
}
#MenuList ul li.currentCategory a:hover {
  border:2px solid rgb(222,190,142);
  border-bottom:2px solid rgb(192,160,112);
  border-right:2px solid rgb(192,160,112);
}
#MenuList ul li a:active
{
  background-color: rgb(200,171,111);
  background-color: rgb(175,152,86);
  border:2px solid rgb(192,160,112);
  border-bottom:2px solid rgb(222,190,142);
  border-right:2px solid rgb(222,190,142);
  color:red;
}
#MenuList ul li.currentCategory a:active {
  background-color:rgb(242,217,180);
  border:2px solid rgb(222,190,142);
  border-bottom:2px solid rgb(192,160,112);
  border-right:2px solid rgb(192,160,112);
  color:rgb(170,170,170);
}

div.twoColumns {
}
div.twoColumns div.sidebar {
  float:left;
}
div.twoColumns div.mainColumn {
  border-left:3px solid rgb(196,102,66);
  margin-left:140px;
}

#MenuPhoto {
  background-color:gray;
  background-image: url(/menu/Baltic_Cruise.jpg);
  background-position:center center;
  border:3px solid green;
  display:none;
  height:100px;
  margin:10px;
  padding:0;
  width:100px;
}
#MenuPhotoCaption {
  display:none;
  height:1em;
  margin:0;
  padding:0.25em;
  width:130px;
}

table.menu {
  border-collapse:collapse;
  border-spacing:0em;
  margin:0;
  padding:0;
  padding-bottom:0.5em;
}
table.menu td {
  font-size:0.9em;
}
table.menu th.image {
  text-align:center;
  vertical-align:middle;
}
table.menu tr.colHeadings th
{
/*  border-bottom:1px solid black; */
}
#AltLangColumnHead
{
  width:7em;
}
table.menu tr.lastRow th,
table.menu tr.lastRow td
{
  border-bottom:2px solid black;
}
table.menu tr.category th
{
/*  border-top:2px solid black; */
  border-bottom:2px solid black;
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size:1.4em;
}
table.menu tr.odd,
table.menu tr.category
{
  background-color:rgb(221,221,198);
}
table.menu tr.odd td,
table.menu tr.category th
{
  padding-bottom:3px;
}
table.menu tr.odd td
{
  padding-top:3px;
}
table.menu tr.even,
table.menu tr.colHeadings th
{
  background-color:rgb(255,255,241);
  padding-bottom:3px;
}
table.menu td.image {
  overflow:hidden;
  padding:0;
  width:114px;
}
table.menu td.image {
  vertical-align:top;
}
table.menu td.image.even {
  vertical-align:bottom;
}
table.menu td img {
  display:block;
  height:100px;
  margin-left:auto;
  margin-right:auto;
  width:100px;
}
/* table.menu tr td.hotspot a,
table.menu tr td.hotspot a:visited, */
table.menu tr.hotspot a,
table.menu tr.hotspot a:visited
{
  color:blue;
}
/* table.menu tr td.hotspot:hover, */
html body table.menu tbody tr.hotspot:hover
{
  background-color:yellow;
}
/* table.menu tr td.hotspot:active,
table.menu tr td.hotspot:active a, */
table.menu tr.hotspot:active,
table.menu tr.hotspot:active a
{
  color:red;
}
table.menu tr.notice {
  border-bottom:1px solid black;
  border-top:1px solid black;
  text-align:center;
}
/*
table.menu tr th div.category
{
  background-color:rgb(221,221,198);
  margin-left:auto;
  margin-right:auto;
  margin-top:-0.85em;
  width:10em;
}
table.menu tr th div.decorativeLines {
  border-bottom:0.1em solid black;
  border-top:0.05em solid black;
  height:0.2em;
  margin-top:0.6em;
  width:100%;
}
*/
div.notice {
  border-top:3px solid rgb(196,102,66);
  font-size:0.75em;
  padding:0.1em 0;
  text-align:center;
}
