#topNav ul {
	list-style-type: none;
}
#topNav ul li {
	float: left;
	margin-right: 40px;
	text-align: center;
	font-size: 0.9em;
}
#topNav ul li a {
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
#topNav ul li a:link, #topNav ul li a:visited {
	color: #666666;
	text-decoration: none;
}
#topNav ul li a:hover, #topNav ul li a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
