ul#ulUp {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	list-style: none;
	position: absolute; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	top: -30px;
	right: 30px;
	font-style: oblique;
}
ul#ulUp li {
	float: left;
	margin: 0;
	padding: 0; /*--Divider for each parent level links--*/
	border-right-style: none;
}
ul#ulUp li a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
}
ul#ulUp li a:link {
	color: #CCC;
}

ul#ulUp li a:visited {
	color: #CCC;
}

ul#ulUp li a:hover {
	color: #FFF;
}
