dl#menu	{ position: absolute; top: 70px; left: 170px; }
dt.tab	{ display: block; float: left; margin-right: 0px; text-align:center 	}
dt.tab a	{ display: block; text-decoration:none; color:white; font-weight: bold; width: 150px }
dt.tab a	{ background: aqua; border: 5px outset navy;}
dt.tab a:hover	{ padding-top:0px; background-color: #000; border-color: blue; }
dt.tab a:active	{ padding-top:0px; background-color: blue; border-color: aqua;}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:navy
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: navy;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #fff;background-color:aqua;}
