#menuexample a:link, #menuexample a:visited, #menuexample a:hover {
    color:#000000;
    text-decoration:none;
}

#menuexample a:hover {
    border-bottom:dotted #000000 1px;
}

#menuexample ul {
    list-style-type:disc;
    color:#000000;
}
