#menu {
width:210px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li a {
height: 24px;
line-height:24px;
display: block;
text-align: left;
padding: 0px 0 0px 15px;
margin-top:3px;
background: url("../images/botao.gif") no-repeat right;
color: #000;
text-decoration: none;
font-size: 100%;
border-left: 5px solid #ccc;
}

#menu li a:hover {
background: url("../images/botaoover.gif") no-repeat right;
border-left: 5px solid #fff;
text-decoration: underline;
}
