/* @group Toolbar - horizontal */

#navcontainer {
	background-image: none;
}

#navcontainer .current {
	background-image: none;
}

#navcontainer #current {
	background-image: none;
}

#navcontainer .currentAncestor {
	background-image: none;
}

/* x */

#navcontainer ul {
	background-image: none;
}

#navcontainer li {
	background-image: none;
}

#navcontainer a{
	background-image: none;
}

#navcontainer a:hover {
	background-image: none;
}

#navcontainer a:active {
	background-image: none;
}

/* I */

#navcontainer ul ul {
	background-image: none;
}

#navcontainer ul ul li {
	background-image: none;
}

#navcontainer ul ul a {
	background-image: none;
}

#navcontainer ul ul a:active {
	background-image: none;
}

#navcontainer ul ul a:hover{
	background-image: none;
}

#navcontainer ul ul .current{
	background-image: none;
}

#navcontainer ul ul #current{
	background-image: none;
}

#navcontainer ul ul .currentAncestor {
	background-image: none;
}

/* II  --> over */

#navcontainer ul ul ul {
	background-image: none;
}

#navcontainer ul ul ul li {
	background-image: none;
}

#navcontainer ul ul ul li a {
	background-image: none;
}

#navcontainer ul ul ul a:active {
	background-image: none;
}

#navcontainer ul ul ul li a:hover {
	background-image: none;
}

#navcontainer ul ul ul .current {
	background-image: none;
}

#navcontainer ul ul ul #current {
	background-image: none;
}

#navcontainer ul ul ul ul {
	background-image: none;
}

/* @end */


