a:link       { text-decoration: none; color: #FFCC00; font-family: Times New Roman; font-size: 17px }
a:visited    { text-decoration: none; color: #FFCC00; font-family: Times New Roman; font-size: 17px }
a:hover { text-decoration: none; color:#FFFF00; font-family: Times New Roman, Times; font-size:17px }

.link2 a:link { text-decoration: underline; color: #FFCC00; font-family: Times New Roman; font-size: 
               12px }
.link2 a:visited { text-decoration: underline; color: #FFCC00; font-family: 
               Times New Roman; font-size: 12px }
.link2 a:hover { text-decoration: underline; color: #FFFF00; font-family: 
               Times New Roman; font-size: 12px }

.nav2 a:link { text-decoration: none; color:#FFCC00 ; font-family:Times New Roman, Times, serif; font-size:15px }
.nav2 a:visited { text-decoration: none; color:#FFCC00 ; font-family:Times New Roman, Times, serif; font-size:15px }
.nav2 a:hover { text-decoration: underline; color:#FFFF00; font-family:Times New Roman, Times, serif; font-size:15px }

.nav3 a:link { text-decoration: none; color: #FF9933; font-family: 
               'Times New Roman', Times, serif; font-size: 20px; font-weight: 
               bold }
.nav3 a:visited { text-decoration: none; color:#FF9933 ; font-family:Times New Roman, Times, serif; font-size: 20px; font-weight: bold }
.nav3 a:hover { text-decoration: underline; color:#FFFF00; font-family:Times New Roman, Times, serif; font-size: 20px; font-weight: bold }

.siteName    { color: #FFCC00; font-family: 'Times New Roman', Times, serif; font-size: 42px; font-style: italic; font-weight: bold}
.pgName {color:#FFFF00; font-family:Times New Roman, Times, serif; font-size:19px; font-style: italic; font-weight: bold }
.equipName    { color: #FFCC00; font-family: 'Times New Roman', Times, serif; font-size: 16px; font-style: italic; font-weight: bold}


tr.HomeTxt{color:#FFCC00; font-family:Times New Roman, Times, serif; font-size:16px }
tr.goldTxt{color:#FFCC00; font-family:Times New Roman, Times, serif; font-size:14px }

tr.greyTxt{color:#666666; font-family:Times New Roman, Times, serif; font-size:14px }

tr.picTxt    { color: #FFCC00; font-family: 'Times New Roman', Times, serif; font-size: 16px }
tr.pgTxt{color:#FFFFFF; font-family:Times New Roman, Times, serif; font-size:16px }

tr.pgNum     { color: #FFFF00; font-family: Times New Roman; font-size: 12px }


.tipTitle    { color: #FF9933; font-family: Times New Roman; font-size: 16px; font-style: italic }
.tipTxt {color:#FFFFFF; font-family:Times New Roman; font-size:14px }

.linkName    { text-decoration: underline; color: #FF6600; font-family:Times New Roman, Times, serif; font-size: 16px }
.linkTxt {color:#FFFFFF; font-family:Times New Roman, Times, serif; font-size:15px }

.ClrSkyClock {color:#FFFFFF; font-size:15px; font-family:Courier New, Courier, mono; font-style: italic; font-weight: bold }

.visits      { color: #FF9933; font-size: 13px; font-family: 'Courier New', Courier, mono }

hr.footer    { color: #FFCC00; border-style: solid; border-width: 1 }

.footerTxt   { font-size: 8pt; color: #FFCC00; font-family: Courier New; text-align: Center }

h3 {color:#FFCC00}
h4           { color: #FFCC00}
h5           { font-size: 15px;  color: #FF9933 }

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  float: left;
  position: relative;
  width: 8em;
background-color: #000000;
  }

li:hover ul, li.over ul{ display: block; }

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 19px;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

