eccoti una pagina di esempio che ho buttato giù:
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>esempio menu</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<!--
<link rel="stylesheet" href="" type="text/css">
<script type="text/javascript" src=""></script>
-->
<style type="text/css">
body{
font: 100%/1.125em "Trebuchet MS", Arial, Verdana;
color:#555555;
background:#FFFFFF;
}
#header {
position: relative;
background: #ccc;
height: 140px;
}
#header_menu{
position: absolute;
bottom: 0;
right: 10px;
width: 400px;
overflow: auto;
list-style: none;
margin: 0;
}
#header_menu li{
float: left;
}
#header_menu li a {
float: left;
width: 60px;
height: 50px;
line-height: 50px;
text-align: center;
background: transparent url(linka.png);
margin: 0 1px 0 0
}
#header_menu li a:hover{
background: url(linkb.png);
}
</style>
</head>
<body>
<div id="page">
<div id="header">
<h1>Nome Sito</h1>
<ul id="header_menu">
[*]link 1
[*]link 2
[*]link 3
[*]link 4
[*]link 5
[/list]
</div>
<div id="contenuti">
qui i contenuti</p>
</div>
</div>
</body>
</html>
linka.png & linkb.png sono due immagini a tua scelta di dimensioni 80x50px