A { text-decoration: none; }

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li

{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center
}

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2.5em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
font-size: 7.5pt;
font-weight: bold;
color: blue;
font-family: "verdana",arial,helvetica,sans-serif;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2.5em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
font-size: 7.5pt;
font-weight: bold;
color: red;
font-family: "verdana",arial,helvetica,sans-serif;
text-decoration: underline;
text-align: center;
}

#nav-menu li a:active
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2.5em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
font-size: 7.5pt;
font-weight: bold;
color: blue;
font-family: "verdana",arial,helvetica,sans-serif;
text-decoration: none;
text-align: center;
}

#nav-menu li a:visited
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2.5em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
font-size: 7.5pt;
font-weight: bold;
color: grey;
font-family: "verdana",arial,helvetica,sans-serif;
text-decoration: none;
text-align: center;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */

#nav-menu
{
width: 11em
}
