A.menulink {
margin-top:0px;
width:180px;
display: block;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border-top: solid 2px #e6e3df;
background-image: URL("../images/desativemenu.jpg");
background-repeat: no-repeat;
padding:5px;
padding-left: 20px;
}

A.menulink:hover {
margin-top:0px;
border-top: solid 2px #e6e3df;
padding:5px;
background-image: URL("../images/ativemenu.jpg");
background-repeat: no-repeat;
padding-left: 20px;
}
