#nav-menu li a
{
background      : url(css-nav.gif) #fff bottom left repeat-x;
height          : 2em;
line-height     : 2em;
width           : 6em;
display         : block;
color           : rgb(104,22,131);
border          : 0.1em solid rgb(220,220,233);
text-align      : center;
}

#nav-menu li a:hover
{
text-decoration : underline;
}

#nav-menu li a:active
{
color           : rgb(104,22,131);
text-decoration : underline;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */
 