a {text-decoration: none}
a:hover {text-decoration: underline;}

#list-menu {
width: 158px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 5; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:146px;
padding: 2px 2px 2px 2px;
border: 2px solid #000000;
background: #ffffff;
text-decoration: none; /*lets remove the link underlines*/
color: #000000;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 2px solid #000000;
background: #000000;
color: #ffffff;
}

#nav-menu
{
font-family: verdana, arial, sanf-serif;
font-size: 12px;
white-space: nowrap;
} 
#nav-menu a
{
background: #fff;
width: 150px;
min-width: 150px;
margin: 2px 2px 2px;
padding: 2px 2px 2px 2px;
border: 2px solid #000000;
color: #000000;
text-decoration: none;
text-align: center;
} 
#nav-menu a:hover
{
background: #000;
color: #ffffff;
border: 2px solid #000000;
text-decoration: none;
text-align: center;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu a
{
float: none
}
/* End IE5-Mac hack */