#list-menu {
width: 132px;
/* 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, sanf-serif;
}

#list-menu li {
width:140px;
height:40px;
margin: 0px 0 0;
}





#list-menu a {
background-image:url('blank_off.gif');background-repeat:no-repeat;
display: block !important;
font-weight:normal;
width:140px;
height:40px;
padding: 12px 0px 0px 0px;
font-size:12px;
text-align:center;
color:#330099;
text-decoration: none; /*lets remove the link underlines*/

}



#list-menu a.active {
background-image:url('blank_on.gif');background-repeat:no-repeat;
}

#list-menu a:hover {background-image:url('blank_over.gif');background-repeat:no=repeat;}
