#navcontainer {
	padding: 10px 15px 0 10px;
	width: 140px;
	float: left;
	text-align: left;
}

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

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

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

/* Parent - Level 0 */

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


