 /*We're adding new explanation tags after the navigation.  Turn it off for everybody so it doesn't show up */
 
div#navi ul li a span {display: none;}

/*
div#navi ul li a:hover span 
{
border-top: dotted #012267 1px;
border-right: dotted #012267 1px;
border-bottom: dotted #012267 1px;
display: block;
position: absolute; 
/*
top: 4px; 
left: 136px; 
*/
width: 170px;
/* padding: .5em; */
margin-left: 120px; 
margin-top: -20px;
z-index: 100;
color: #000; 
background-color: #ffffe1;
font-size: 8pt;
font-weight: normal;
}

*/




 
 
/* 
div#links a span {display: none;}

div#links a:hover span {
	/*border: double #a4a4a4 3px;*/
	border-top: dotted #012267 1px;
	border-right: dotted #012267 1px;
	border-bottom: dotted #012267 1px;
	display: block;
	position: absolute; 
   	top: 4px; 
	left: 136px; 
    width: 170px;
    padding: .5em;
    margin: 0; 
    z-index: 100;
    color: #000; 
    background-color: #ffffe1;
    font-size: 8pt;
    font-weight: normal;
}
 */
