.background {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.navlist {
	background: #DDD url(../images/gradient.jpg) repeat-x;
	text-align: center;
	font-size: 80%;
	margin: 0 0 1em 0;
	padding: 0;
	height: 20px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #000;
	line-height: 20px;
}
.navlist ul, .navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.navlist a:link, .navlist a:visited {
	float: left;
	display: block;
	background: #DDD url(../images/gradient.jpg) repeat-x;
	padding: 0 10px 0 10px;
	line-height: 20px;
	color: #000;
	height: 20px;
	border-right: 1px solid #000;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, .navlist a:hover {
	text-decoration: underline;
}
.navlist a:link.current, .navlist a:visited.current {
	font-weight: bold;
	color: #000;
}
.navlist a:link.ancestor, .navlist a:visited.ancestor {
	font-weight: bold;
}
