/* --- For 2004 Index Version 1.1 --- */

a.tooltip:hover span,
a.tooltip:focus span
	{
	left: 30px;
	}
	
a.tooltip#nav2:hover span,
a.tooltip#nav2:focus span
	{
	top: 275px;
	}
	
a.tooltip#nav3:hover span,
a.tooltip#nav3:focus span
	{
	top: 302px; /*275 + 27*/	
	}
	
a.tooltip#nav4:hover span,
a.tooltip#nav4:focus span
	{
	top: 329px; /*302 + 27*/
	}
	
a.tooltip#nav5:hover span,
a.tooltip#nav5:focus span
	{
	top: 356px; /*329 + 27*/
	}
	
a.tooltip#nav6:hover span,
a.tooltip#nav6:focus span
	{
	top: 400px; /*356 + 44*/
	left: 45px;
	width: 90px;
	}
	
a.tooltip#nav7:hover span,
a.tooltip#nav7:focus span
	{
	top: 442px; /*400 + 42 */
	left: 45px;
	width: 90px;
	}
	
a.tooltip#nav8:hover span,
a.tooltip#nav8:focus span
	{
	top: 484px; /*442 + 42*/
	left: 45px;
	width: 90px;
	}
	
a.tooltip#nav9:hover span,
a.tooltip#nav9:focus span
	{
	top: 512px; /*484 + 28*/
	left: 45px;
	width: 90px;
	}

ol
	{
	margin-left: 5em;
	line-height: 1.8;
	}
