
/* @group Toolbar */

#navcontainer {
	font-size: 1em;
	background-color: #606060;
	color: #fff;
}


/* Parent - Level 0 */

#navcontainer ul {
}



#navcontainer li {
}

/* @group standard links */

#navcontainer a:link, #navcontainer a:visited {
	color: #dddddd;
}

#navcontainer a:hover {
	color: #000;
	background: #bfbfbf;
}

#navcontainer a:active {
	color: #000;
}

#navcontainer a:link.currentAncestor {
	background: #bfbfbf;
	color: #000;
}

#navcontainer a:visited.currentAncestor {
	background: #bfbfbf;
	color: #000;
	font-weight: bold;
}

#navcontainer a:hover.currentAncestor {
	color: #000;
	background: #dfdfdf;
	font-weight: bold;
}

#navcontainer a:active.currentAncestor {
	background: #bfbfbf;
	color: #000;
	font-weight: bold;
}

#navcontainer a:link.current {
	background: #dfdfdf;
	color: #000;
	font-weight: bold;
}

#navcontainer a:visited.current {
	background: #dfdfdf;
	color: #000;
	font-weight: bold;
}

#navcontainer a:hover.current {
	color: #000;
	background: #bfbfbf;
	font-weight: bold;
}

#navcontainer a:active.current {
	background: #fff;
	color: #000;
	font-weight: bold;
}
	
/* @end */

/* Child - Level 1 */

#navcontainer ul ul {
	background-color: #787878;

}


/* Child - Level 2 */

#navcontainer ul ul ul {
	margin-left: 0;
	background-color: #8E8E8E;
}

/* @end */