<html>
<head>
<title>Piccolo menù</title>
<style type="text/css">
body {font-family:sans-serif;
text-align:center;
background:silver;
}
.contenitore {width:80%;
margin:auto;
background:white;
border:1px solid black
}
.menu {width:30%;
float:right;
text-align:right;
}
.menu a {text-decoration:none;
border-top:1px solid gray;
padding:.6em;
text-align:right;
margin-right:.2em;
display:block;
}
.menu a:hover {background:silver url(Freccetta.gif) left no-repeat/*il colore te lo aggiusti*/
}
.clear {clear:both}
</style>
</head>
<body>
<div class="contenitore">Piccolo menù
<div class="menu">
<a href="#">
Primo link
</a>
<a href="#">
Secondo link
</a>
<a href="#">
Un altro
</a>
<a href="#">
Abbasta
</a>
<a style="border-bottom:1px solid gray" href="#">
L'ultimo
</a>
</div>
<br class="clear">
Qui puoi aggiungere altro
</div>
</body>
</html>
ti allego pure la freccettina
![]()