#list-menu {
width: 181px;
/* 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: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#000000;
}
#list-menu li {
margin: 4px 0 0;
}

#list-menu a {
display: block;
width:181px;
padding: 2px 2px 2px 10px;
background: #dcdcdc url(../images/bemypartner_19.jpg);
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 {
background: #333333 url(../images/bemypartner_20.jpg);
color: #000000;
}
