ul {
	width:100%;
}
li {
	margin-top: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid blue;
}

a:link, a:hover, a:visited, a:active {
	color: #003B77;
}