div#menu {
	position: relative;
	top: 30px;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	color: navy;
	text-decoration: none;
	line-height: 20px;

}

#menu a:hover {
	border-bottom: dotted 1px navy;

}

