I have implemented a 'highlight' cell colour on mouse over.
Use the following in your 'skin1.css' file:
.CategoriesList {
FONT-SIZE: 12px;
text-decoration:none;
}
.CategoriesList a:hover{
width:100%;
text-decoration:none;
background-color: #ffffff;}
Hope this helps you out

.