#list-menu {
width: 200px;
/* this width value is also effected by
the padding we will later set on the links. */
/* background: #cbdda9; */
}
#list-menu ul {
margin: 8px 0 0 24px;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
font-weight:500;
}
#list-menu li {
margin: 0;
padding:0;
  list-style: none;
  background-image: url(../images/box-gold.gif);
  background-position:left center;
  background-repeat: no-repeat;
  padding-left: 12px;  /* space for the image */
}

#list-menu a {
display: block;
width:170px;
padding: 4px 0 4px 4px;
/* background: #cbdda9; */
color:#758c4a;
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: none;
/* background: #94aa6a; */
color: #af4918;
}
