you can try this code...
IN ABOUT ME:
CODE
<style>a.links:link, a.links:visited, a.links:active {
border-bottom:1px solid white;
border-left:8px solid white;
text-align: right;
font-family: Georgia;
font-weight:none;
color: white;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
font-size: 7pt;
line-height: 18px;
color: white;
background-color: 404040;
display: block;
}
a.links:hover {
border-bottom:1px solid white;
border-left:8px solid white;
text-align: right;
font-family: Georgia;
color: white;
font-weight: normal;
text-decoration: none;
letter-spacing: 0px;
font-size: 7pt;
line-height: 18px;
background-color: 404040;
background-image: url('IMAGE URL IN HERE');
background-repeat: repeat;
background-position: left;
display: block;}</style>
IN WHO I'D LIKE TO MEET:
CODE
<div class="navigation" style="position: absolute; left:100px; top:100px; width:100px; overflow: auto; z-index:0;">
<a class="links" href="http://home.myspace.com/index.cfm?fuseaction=user">Home</a>
<a class="links" href="http://viewmorepics.myspace.com/misc/logout.html">Get Offline </a>
<a class="links" href="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=14037843">Message</a>
<a class="links" href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=14037843
">Add</a>
<a class="links" href="http://collect.myspace.com/index.cfm?fuseaction=block.blockUser&userID=14037843">Block</a>
</div>
all you need to do is change the width, positioning, colors, fonts, etc.