/* CSS Document for the Hurdles First Web Site*/
			A.menulink {
			display: block;
			width: 150px;
			text-align: left;
			text-decoration: none;
			font-family:Verdana, Arial;
			font-size:16px;
			color: white;
			BORDER: none;	
			}
			
			A.menulink:hover {
			border: solid 1px #6100C1;
			background-color:#F0E1FF;
			font-style: bold;
			font-size: 16px;
			font-weight: bold;
			color: #3333FF
			}
			
			body {
			  background-image: images/trackbg2.jpg;
              background-color: #3366FF;
			  color: #EEEAEA;
			  font-family: arial, verdana, sans-serif;
			  font-size: 12px;
			}
			
			
			div#links {}
			div#links a {}
			div#links a:hover {}
			
			div#links a span {display: none;}
			div#links a:hover span {
               display: block;
			   position: absolute; top: 450px; left: 50; width: 125px;
			   padding: 5px; margin: 10px; z-index: 100;
			   color: #EEEAEA; 
			   font: 12px Verdana, sans-serif; text-align: center;
             }
			 
			 /* This 'positions' the Google ads to the far right of the page */
			 #googleAd {
			   position: absolute;
			   top: 10;
			   left: 780;
			  }
			   

