The menu above was made using the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> #page {
background-color:#A6734A;
width:440px;
}
#menu {
list-style-type:none;
width:220px;
padding:0;
margin:0;
}
div#page ul#menu li {
padding:0;
margin:0;
}
div#page ul#menu li a {
display:inherit;
width:100%;
font-size:180%;
line-height:220%;
color:#FAEAF3;
text-decoration:none;
text-indent:0.5em;
}
div#page ul#menu li a:hover {
background-color:#BFB6AF;
}
<li><a href="#">Gnome
</a></li>