#pageHeader h1 {
	margin-right: 130px;
}

#pageHeader h2 {
	margin-right: 130px;
}
#navcontainer {
	padding: 10px 15px 0 30px;
	width: 140px;
	float: right;
	text-align: right;
	z-index: 99;
}

#navcontainer #current {
	padding-right: 6px;
	border-right: 2px solid #fefefe;
}

#navcontainer #current:hover {
	border-right: 2px solid #fefefe;
	padding-right: 6px;
}

#navcontainer .currentAncestor {
	padding-right: 6px;
	background-position: right 3px;
	background-repeat: no-repeat;
}

/* Parent - Level 0 */

#navcontainer a:hover {
	border-right: 2px solid #fefefe;
	padding-right: 6px;
}


