#botnav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
}

#botnav a:hover {
	text-decoration: underline;
}
#botnav {
	width: 75%;
	text-align: center;
	color: #000033;
	float: right;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

#botnav ul {
	list-style: url(none) none;
}
#botnav ul li {
	display: inline;
}
