#header li {
	float: right;
}
#global-nav-main {
	position: absolute;
	right: 20px;
	top: 60px;
}

hr {
	clear: both;
	visibility: hidden;
}
#global-nav-sub {
	position: absolute;
	top: 5px;
	right: 20px;
}
#global-nav-sub a {
	color: #000000;
	border-left: 1px solid #000000;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
}
#global-nav-sub a:hover {
	text-decoration: underline;

}
#global-nav-sub a.last-node {
	border-right: 1px solid #000000;
}

