Aqui tienes amigacho!, espero que te sirva.
<html>
<head>
<style>
ul {
font: 12px Tahoma;
text-shadow: 0px 0px 3px black;
list-style-type: none;
text-decoration: none;
color: white;
}
ul > li {
width: 100px;
float: left;
padding: 5px;
border-bottom: 2px inset salmon;
margin-right: 3px;
background-color: teal;
}
li > a {
color: inherit;
text-decoration: inherit;
display: block;
}
li > a:hover {
text-decoration: underline;
}
</style>
<head>
<body>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Forums</a></li>
<li><a href="">Profile</a></li>
<li><a href="">Support</a></li>
</ul>
</body>
</html>
cha che chi cho chu buenichimo!