#navigation_top {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCC;
	border-left-color: #999999;
	padding-left: 57px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.9em;
}
#navigation_top li {
	text-decoration: none;
	display: inline;
	line-height: 150%;
	padding-right: 30px;
}
#navigation_top li a {
	color: #CCC;
	text-decoration: none;
	font-size: 0.8em;
}
#navigation_top li a:visited {
	color: #006699;
}
#navigation_top li a:hover {
	color: #999;
}
#navigation_top li a:active {
	color: #CCC;
}

