body {
  font: small/1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-serif;
  background: #666666;
  width:800px;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: center;
  border: 1px solid #fff ;
}

#content { 
  position: relative;
  width: 800px;
  margin: 0 0 0 0;
  background: #fff;
  z-index: 0;
}

#main {
  width: 800px;
  margin: 10px auto 0 auto;
}
#main a:link { color: blue; text-decoration:none; } 
#main a:visited { color: blue; text-decoration:none; }
#main a:active { color: #000; text-decoration:none; }
#main a:hover { color: red; text-decoration:none; }

#footer { 
  position: relative;
  padding: 0 0 0 0;
  width: 800px;
  font: Trebuchet MS, Arial, sans-serif;
  font-size: 70%;
  color: #000076;
}

/* Miscellaneous classes for reuse */
.fltrt { 
  float: right;
  margin-left: 8px;
}

.fltlft { 
  float: left;
  margin-right: 8px;
}

.clearfloat { 
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.ageTree tr:hover {
  background-color: #CCCCFF;
}

.ageTree td:hover {
  background-color: #ECE5B6;
}

.tableTree tr:hover { 
  background-color: #CCCCFF; 
}

.tableTree th { 
  font: 105% Trebuchet MS,Arial,sans-serif;
  color: #000000;
  background-color: #ECE5B6;
  height:18px;
}

.folder { 
  background: url(/images/RightArrow.gif) no-repeat; 
  float: left; 
  height: 15px;
  width: 15px; 
  padding-right: 3px 
}

.doc { 
  background: url(/images/doc.jpg) no-repeat; 
  float: left; 
  height: 0px; 
  width: 0px; 
  padding-right: 0px; 
  margin-left: 0px;
}

.tier1 { 
  margin-left: 0px; 
}

.tier2 { 
  margin-left: 20px; 
}

.tier3 { 
  margin-left: 40px; 
}

.tier4 { 
  margin-left: 60px; 
}

#menu .home { width: 100px; }
#menu .coaches { width: 100px; }
#menu .referees { width: 100px; }
#menu .recreation { width: 100px; }
#menu .competitive { width: 100px; }
#menu .registration { width: 100px; }
#menu .events { width: 100px; }
#menu .parents { width: 100px; }
#menu .forms { width: 90px; }

#menu { 
  padding:0px;
  list-style:none; 
  line-height:35px; 
  color:#fff;
  align:center;
  display:inline-block; 
  z-index:1000; 
}

#menu a { 
  color:#fff; 
  text-decoration:none; 
}

#menu > li {
  background-image: url(/images/nav/bg.gif);
  float: left; 
  position: relative;
  padding:0px 0px;
}

#menu > li a:hover {
  color:#yellow;
}

/* sub-menus */
#menu ul { 
  padding:0px; 
  margin:0px; 
  display:block; 
  display:inline;
}

#menu li ul { 
  position:absolute; 
  right:-50px; 
  top:0px; 
  margin-top:35px; 
  width:150px;
  line-height:12px;
  background-image: url(/images/nav/sub-bg.gif); 
  font: Trebuchet MS,Arial,sans-serif;
  /* for IE */ display:none; 
}

#menu li:hover ul { 
  display:block;
}

#menu li ul li { 
  display:block; 
  margin:5px 10px; 
  padding: 5px 0px;  
  border-top: solid 1px #fff; 
  list-style-type:none; 
}

#menu li ul li:first-child { 
  border-top: none; 
}

#menu li ul li a { 
  display:block; color:#fff; 
}

#menu li ul li a:hover { 
  color:yellow; 
}
