#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

font-family: calibri, verdana, arial, sanf-serif;
font-size: 10px; 

#list-menu li {
margin: 0px 0 0;
}

#list-menu a {
display: block;
width:120px;
padding: 1px 0px 0px 0px;
border: 0px none #000000;
background: #fff;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border:0px none #000000;
background: #ffffff;
color: #993333;
}