magari piace e a qualcuno può servire ( è crossbrowser e validata)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
#navigation {padding: 1px; margin: 0; border:1px; border-style:solid; border-color:black; font: 12px Verdana, sans-serif /* definisce lo stile del testo*/; background-color: #CCC; width: 13em;}
#navigation li {list-style: none; margin: 0.1em; padding: 0.25em 1em; border:1px; border-style:solid; border-color:red; text-align: center;}
#navigation li a {text-decoration: none; color: black; font-family: "Times New Roman", Times, serif; font-size: 1.8em;/* definisce lo stile dei link*/}
#navigation li a:link {color: red;}
#navigation li a:hover {color: green; background-color: yellow;}
#navigation li a:visited {color: red;}
</style>
</head>
<body>
<ul id="navigation">[*]LINK 1
testo testo testo[*]LINK 2
testo testo testo[*]LINK 3
testo testo testo[*]LINK 4
testo testo testo[*]LINK 5
testo testo testo[*]LINK 6
testo testo testo[/list]
</body>
</html>