#staticNav {
	position: absolute;
	width: auto;
	height: auto;
	top: 28px;
	right: 0;
	padding: 10px;
	z-index: 5000;
}

#staticNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}

#staticNav ul li {
	font-size: 1em;
	display: inline;
	list-style: none;
	padding: 0 6px;
}


#staticNav a {
	display: inline;
	text-decoration: none;
	height: 1.2em;
	padding: 5px 0;
}

#staticNav a:hover {
	text-decoration: underline;
}
