 #navcontainer #current {
	border-left-style: none;
}

#navcontainer .currentAncestor {
	border-left-style: none;
}
/* Parent - Level 0 */

#navcontainer ul {
	padding: 0; 
	margin: 0;
	border-left-style: none;
}

#navcontainer li {
	margin-left: 0px;
	border-left-style: none;
}

#navcontainer a {
	margin-left: 0px;
	border-style: none;
}

#navcontainer a:hover {
}

/* Child - Level 1 */

#navcontainer ul ul {
	left: 0;
	top: 31px;
	margin-left: 0;
	border-left-style: none;
}

#navcontainer ul ul li {
	background: none;
}

#navcontainer ul ul a {
	margin-top: -1px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	border-left-style: none;
}