@charset "utf-8";
/* CSS Document */
#gn {
	height:22px;
	position: relative;
}
#gn ul{
	list-style: none outside;
}
#gn li{
	display: inline;
}
#gn_top{
	position:absolute;
	left:0;
	width:63px;
	height:22px;
	text-align: center;
	top: 0;
	border: 0;
	font-size: 0.8em;
}
#gn_top a:hover{
	position:absolute;
	left:0;
	width:63px;
	height:22px;
	text-align: center;
	top: 0;
	border: 0;
}
#gn_order {
	position:absolute;
	left:63px;
	width:64px;
	height:22px;
	z-index:6;
	visibility:visible;
	text-align: center;
}
#gn_workflow {
	position:absolute;
	left:127px;
	width:91px;
	height:22px;
	z-index:6;
	visibility:visible;
	text-align: center;
}
#gn_results {
	position:absolute;
	left:218px;
	width:72px;
	height:22px;
	z-index:7;
	visibility:visible;
	text-align: center;
}
#gn_info {
	position:absolute;
	left:290px;
	width:76px;
	height:22px;
	z-index:7;
	visibility:visible;
	text-align: center;
}
#gn_contact {
	position:absolute;
	left:366px;
	width:83px;
	height:22px;
	z-index:8;
	visibility:visible;
	text-align: center;
}
