浮雕行菜单
<style type="text/css">
#menu{
width:9em;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
border:solid 1px #aaa;
}
#menu a,#menu a:visited{
display:block;
text-decoration:none;
color:#000;
line-height:1.4em;
height:1em;
border:0.5em solid #fff;
}
#menu a:hover{
color:#fff;
background-color:#aaa;
border-left-color:#aaa;
border-right-color:#aaa;
border-top-color:#ddd;
border-bottom-color:#ddd;
}
</style>