#container {
	width: 780px;
	clear: right;
}

#indexList {
	width: 150px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	padding-right: 2em;
}
#indexList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#indexList a {
	display: block;
	padding: 3px;
	width: 99%;
	background-color: #abcdef;
	border-bottom: 1px solid #eee;
}
#indexList a.highlight {
	background-color: #369;
	color: #fff;
	font-weight: bold;
}
#indexList a, .navlist a:visited {
	color: #222;
	text-decoration: none;
}
#indexList a:hover {
	background-color: #369;
	color: #fff;
}
