Банальный пример, как сделано у меня. Немного доработать под сайт и все будет красиво.
HTML
<div class="head">
<div class="heft">
<a href="/">На главную</a> |
<a href="/users/profile.php?act=office">Личное</a> |
<a href="/exit.php">Выход</a>
</div><!-- heft -->
</div><!-- head -->CSS
.heft {
width:201px;
padding: 7px 5px 7px 5px;
border: 1px solid #6A769B;
border-radius: 3px;
text-align: center;
margin: 4px auto;
text-shadow:0px 1px #ADB7D3;
background: #8996BA url(images/heft.png);
box-shadow: -1px 1px 1px #8B98BC,inset 1px 1px #8B98BC;
color: #34394D;
text-decoration: none;
}
.heft a:link ,.heft a:visited {
text-shadow:0px 1px #7E89A5;
color: #fff;
padding: 5px 26px;
text-decoration: none;
}
.head {
background: url(images/head.png) repeat-x #7986AD;
color:#eee;
border-top: 1px solid #6C79A2;
border-bottom: 1px solid #6C79A2;
height: 80px;
text-decoration: none;
}