#menu {
font-family: Arial;
border-width:3px;
border-style:dotted;
border-color:#000000;

}
#menu p {
margin:0px;
padding:2px;
}
#menu a {
display: block;
padding: 3px;
width: 160px;
background-color: #f7f8e8;
border-bottom: 1px solid #eeeeee;
text-align:center;
}
#menu a:link, #menu a:visited {
color: #ff0000;
text-decoration: none;
}
#menu a:hover {
background-color: #336699;
color: #ffffff;
}