﻿h1  {
 font-size:20pt;
   font-family:papyrus; book antiqua;
   font-weight:bold;
}

body  {
   font-size:13pt;
   font-family:papyrus; book antiqua;
   font-weight:bold;
}

div.body  {
   font-size:13pt;
   font-family:papyrus; book antiqua;
   font-weight:bold;
}

div.gallery  {

   font-size:10pt;
   font-family:papyrus; book antiqua;
   font-weight:bold;
}

div.menu {
  position:absolute;
  top:240px;
  left:348px;
}


div.golf {
  position:absolute;
  top:10px;
  right:10px;
}

table.gallery {
  font-size:12pt;
}

div.golf1 {
  position:absolute;
  top:10px;
  left:10px;
}

div.golfer {
  font-size:9pt;
}

ul.center {
  text-align:center;
}

th.top {
  font-size:10pt;
}

table.golf {
  font-size:12pt;
}

tr.title {
  background-color:#EEEEEE;
  font-size:14pt;
}

p.golf {
  font-size:12pt;
  text-indent:18px;
}

ol {
  text-indent:40px;
}

th.members {
  text-align:left;
}

div.construction  {
  position:absolute;
  top:170px;
  left:200px;
  text-align:center;
}

div.counter {
  position:absolute;
  top:720px;
  left:20px;
}

ul {

  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  
  float: left;
  position: relative;
  width: 6em;
  }

li ul {

  display: none;
  position: absolute; 
  top: 1em;
  left: 500px;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{ display: block; }

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

