body { font-family: arial; } 

.navMenu {
   display: block;
   border: 0px solid white;
   padding: 2px;
   box-shadow: 5px 5px 5px SteelBlue;
   background-color: SkyBlue;
   width: 200px;
   font-size:14px;
}
.navMenu td.mainMenu { font-size:14px; }
.navMenu td.subMenu  { font-size:12px; }

.detailTable { border: 0px solid black; }
.detailTable tr td { border: 1px solid black; padding: 3px; }

.travelLink { font-weight: bold; }
.travelDesc { }


/* These are for the gallery pages */
body.galleryPage  { background-color:#46A4D1 }
body.detailsPage  { background-color:#46A4D1 }

div.menuBar   { background-color:#007CA2; color: white; font-family: arial; font-weight: bold; }
div.menuTitle { display: inline; color: white; font-family: arial; font-weight: normal; }
div.menuNav   { display: inline; color: white; font-family: arial; font-weight: normal; font-size=85%; }

img.woDesc  { margin: 2px; }
img.wiDesc  { border-width: 2px; border-color: Yellow; border:2px solid yellow; }

/* For YouTube Videos */
.ytParent     { position: relative; top: 0; left: 0; }
img.ytVideo { margin: 2px; z-index: 1; position: relative; }
img.ytIcon  { z-index: 2; position: absolute; bottom: 60px; right: 85px; }
img.ytIconB { z-index: 2; position: absolute; bottom: 76px; right: 136px; }
P.ytTitle   { z-index: 3; color: white; position: absolute; bottom: -5px; left: 5px; }
