#header {
	background:  url(../images/header_glossary.jpg) no-repeat 0 0;
}
#alphabet {
	float: left;
	width: 40px;
}
#alphabet ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#alphabet li {
	margin: 0;
	padding: 0;
}
#alphabet a {
	width: 22px;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 17px;
	text-decoration: none;
	color: #036;
	background: #e5e5e5;
	border-bottom: 1px solid #f5f5f5;
}
#alphabet a:hover {
	background: #fff;
	color: #f60;
}
#terms {
	position: absolute;
	left: 23px;
	background: #f5f5f5;
}
#terms ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#terms li {
	margin: 0;
	padding: 0;
}
#terms li a {
	display: block;
	padding: 0 0 0 6px;
	margin: 0;
	width: 145px;
	line-height: 16px;
	font-size: 10px;
	text-decoration: none;
	color: #036;
	background: #f5f5f5;
}
#terms li a:hover {
	background: #fff;
	color: #f60;
}
a.down  {
	background: #f60;
	color: #fff;
}
a.down:hover {
	background: #f60;
	color: #fff;
}
