a:hover
{
text-decoration: overline underline;
border-bottom: none;
}

a
{
text-decoration: none;
border-bottom: dashed 1px;
}

a:visited
{
border-bottom: dotted 1px;
}

div#menu a{
border: none;
}