
#list-menu {
width: 154px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 10pt;
list-style-type: none;
}

#list-points ul {
margin: 0;
padding: 10px;
font-family: Arial;
font-size: 10pt;
list-style-type: circle;
}

#list-menu a:hover {
border: 1px solid #000000;
/*background: #333333 url(images/background1.gif); */
background: #333333;
color: #ffffff;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #336633;/*green background*/
color: #ffffff;
}

#list-menu a {
display: block;
width:140px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #383E7C;/*blue background*/
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu li {
margin: 2px 0 0;
}
