<style>
#list-menu {
width: 250px;
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 14px; 
font-weight: bold;
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
display: block;
width:250px;
padding: 6px 6px 6px 12px;
border: 1px solid #000000;
background: #DDDDDD;
text-decoration: none; 
filter:blendTrans(duration=0.5);
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}
#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #DDDDDD;
} 
</style>