#navigation ul {
	list-style: none;
	display: block;
	width: 950px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	display: block;
	float: left;
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 100px;
	color: #000000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #990000;
}


#navigation .current {
	color: #990000;
}

#topnav a {
	color: #660066;
	text-decoration: none;
	font-size: 90%;
	letter-spacing: 0.1em;
	margin-right: 5px;
}
