#navigation_top {
	margin-top: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-left: 50px;
}
#navigation_top li {
	text-decoration: none;
	display: inline;
	line-height: 130%;
	padding-right: 30px;
}
#navigation_top li a {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}
#navigation_top li a:visited {
	color: #900;
}
#navigation_top li a:hover {
	color: #999;
}
#navigation_top li a:active {
	color: #CCC;
}
#navigation_footer {
	margin-top: -20px;
	text-align: right;
	margin-right: 50px;
}
#navigation_footer li {
	text-decoration: none;
	display: inline;
	line-height: 130%;
	padding-right: 30px;
	color: #999;
}
#navigation_footer li a {
	color: #999;
	text-decoration: none;
	font-size: 0.9em;
}
#navigation_footer li a:visited {
	color: #666;
}
#navigation_footer li a:hover {
	color: #666;
}
#navigation_footer li a:active {
	color: #666;
}

