div#ubernav {
	position: absolute;
	top: 0; right: 7px;
	margin: 0; padding: 0 15px 0 15px;
	height: 40px;
	background: transparent url(images/ubernav_bg.gif) top left repeat-x;
	white-space: nowrap;
	}
	
div#ubernav img#ubernavright {
	position: absolute;
	top: 0; right: 0;
	margin: 0; padding: 0;
	}
#ubernav a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	margin: 0 3px; padding: 0;
	line-height: 36px; /* positioning vertically using line-height. Yeilds slightly more consistent cross-platform results */
	}
#ubernav a:link { color: #29A4CB; }
#ubernav a:visited { color: #29A4CB; }
#ubernav a:hover { color: #E99800; }
#ubernav a:active { color: #7D7C7D; }