#list-menu {
width: 110px;
/* 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: verdana, arial, sanf-serif;
font-size: 9px;
}

#list-menu li {
margin: 2px0 0 0 0;
}

#list-menu a {
display: block;
width:130px;
border: 1px solid #FFFFFF;
padding: 2px 1px 2px 1px;
background: #FFFFFF;
text-decoration: none;
filter:blendTrans(duration=0.5);
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #015601;
}

#list-menu a:hover {
border: 1px solid #FFFFFF;
background: #015601;
color: #FFFFFF;
}