ul li { list-style: none; }
a{ }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: none; }

#hnav { position: absolute; top: 0; left: 0; width: 583px; height: 72px; background: url('menu.png') no-repeat; }
#hnav li { position: absolute; left: 0; height: 72px; }
	#hnav #hnavhome { width: 115px; left: 0px; }
	#hnav #hnavlocal { width: 150px; left: 115px; }
	#hnav #hnavhigher{ width: 95px; left: 265px; }
	#hnav #hnavcomm { width: 85px; left: 360px; }
	#hnav #hnavnews { width: 118px; left: 445px; }
#hnav li a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 72px; text-indent: -9999em; }

